{% extends 'base.html' %} {% load static %} {% block layout %} {% if settings.BANNER_LOGIN %} {{ settings.BANNER_LOGIN|safe }} {% endif %} {% include 'logo.html' with height=80 %} {% csrf_token %} {% if 'next' in request.GET %} {% endif %} {% if 'next' in request.POST %} {% endif %} Sign In {% load form_helpers %} {% if form.non_field_errors %} Errors {{ form.non_field_errors }} {% endif %} {% endblock %}
{{ form.non_field_errors }}