{% extends 'main/base.html' %} {% block content %}

Создать аккаунт

{% csrf_token %} {% for field in form.visible_fields %}
{{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %} {% if field.errors %}
{{ field.errors }}
{% endif %}
{% endfor %}

Уже есть аккаунт? Войти

{% endblock %}