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

Авторизация

{% csrf_token %} {{ form.as_p }} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}

Еще не зарегистрированы? Регистрация

{% endblock %}