{% extends 'registration/registration_base.html' %} {% block registration_block %} {% if next %} {% endif %}
{{ form.username.errors.0 }}

{{ form.password.errors.0 }}
{{ form.non_field_errors.0 }}

Create an account
{% endblock %}