{% extends "site_base.html" %} {% load boxes_tags %} {% load static from staticfiles %} {% block head_title %}Group Registration{% endblock head_title %} {% block page_title %}Group Registration{% endblock page_title %} {% block body_id %}group-registration{% endblock body_id %} {% block extra_script %} {% endblock extra_script %} {% block page_content %}
{% box "group-registration-instructions" %}
{# Where general error/success messages are populated. #}
{# Where registration forms are populated. #}
{% endblock page_content %}