{% extends 'base.html' %} {% block content %}

Register

{% csrf_token %}

Account Information

{{ form.as_p }}

Participant Information

{{ p_form.as_p }}

Already have an account? Login here

{% endblock %}