{% extends "base.html" %} {% block content %}
Зарегистрироваться
{% include "includes/errors.html" %}
{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %} {{ field.help_text|safe }} {% endif %}
{% endfor %}
{% endblock %}