{% extends "base.html" %} {% block content %} {% if registration_errors %}
{% endif %}

Registration

{% csrf_token %}
User*
Password*
Password (again)*
Email*
{{captcha_test|safe}}
Fields with the asterick '*' are required
{% endblock %}