{% extends 'dispatch/base.html' %} {% block title %}Register{% endblock %} {% block content %}

Send a registration request with the following form

{% csrf_token %} {% for field in form %}

{{field.label_tag}} {{field}}

{% endfor %}
{% endblock %}