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

Sign Up

{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
{% if error_message %} {% endif %}

Already have an account? Login

{% endblock content %}