<%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='/static_content.html'/> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Sign in or Register")} <%block name="js_extra"> <%static:js group='student_account'/> <%block name="header_extras"> % for template_name in ["account", "access", "form_field", "login", "register", "password_reset"]: % endfor
% if settings.FEATURES.get('ENABLE_COMBINED_LOGIN_REGISTRATION'): ## This overwrites the "footer" block declared in main.html ## with an empty block, effectively hiding the footer ## from logistration pages. <%block name="footer"/> % endif