{% extends 'base.html' %} {% load i18n %} {% block title %} House Wars - Signup {% endblock %} {% block formtitle %}

Signup

{% endblock %} {% block content %}
{% csrf_token %} {{ wizard.management_form }}

Student Information

Activity Information

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{{ form.first_name }}
{{ form.last_name }}
{{ form.email }}
{{ form.grade }}
{{ form.house }}
{% endblock %}