{% extends "site_base.html" %} {% load i18n %} {% block head_title %}{% trans "Registration and Housing" %}{% endblock %} {% block body_class %}registration{% endblock %} {% block body_outer %}
{# height of tallest registration page is currently 1255 #} {# the iframe should be bigger than that to avoid internal scrollbars #}
{% endblock %} {% block extra_head_base %} {% endblock %}