{% extends "registration/registration_base.html" %} {% block title %}| Create Account{% endblock %} {% block content %} Create Account {{ form.non_field_errors }} {% csrf_token %} {% for field in form %} {{ field.label_tag }} {{ field }}{% if field.errors %}{{ field.errors.as_text }}{% endif %} {% endfor %} {% endblock %}
{{ field.label_tag }} {{ field }}{% if field.errors %}{{ field.errors.as_text }}{% endif %}