{% comment %} Copyright 2013-2017 DeNova Last modified: 2017-12-23 {% endcomment %} {% load i18n %}
{% include 'django_addons/clips/form_error_handling.html' %}
{% csrf_token %}
{{ form.username }}
{% if not form.this_is_the_login_form.errors %} {{ form.username.errors }} {% endif %}
{{ form.password }}
{% if not form.this_is_the_login_form.errors %} {{ form.password.errors }} {% endif %}