{% extends 'base_form.html' %} {% load material_form %} {% block extrahead %} {% endblock %} {% block formclass %}{{ form.blockclass|default:"col s12 m8 offset-m2 l8 offset-l2" }}{% endblock %} {% block formtitle %}{% endblock %} {% block formbody %}


Register to {{ ssid }} free WIFI
If you have an account, you can log in with your E-mail and your password. If you have no account, please register using the following form.
{% include form.template %} {% endblock %} {% block formbuttons %} {% include form.buttons %} {% endblock %}