{% extends 'layouts/auth_base.html' %} {% block title %} Registration Page {% endblock title %} {% block bodyclass %} register-page {% endblock bodyclass %} {% block content %}
{% csrf_token %} {% for field in form %}
{{field}}
{{ field.errors }} {% endfor %}
I already have a membership
{% endblock content %}