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

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

{% csrf_token %} {% for field in form.visible_fields %}
{% render_field field class="form-control form-control-lg" %} {% if field.help_text %}{{ field.help_text }}{% endif %} {% if field.errors %}
{{ field.errors }}
{% endif %}
{% endfor %}

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

{% endblock %}