{% extends "index.html" %} {% load i18n %} {% comment %} Copyright (C) 2011-2016, it-novum GmbH openATTIC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. {% endcomment %} {% block Title %}:: Login{% endblock %} {% block Body %}

Login

{% if form.errors %}

Username or password don't exist or are not correct. Please try again.

{% endif %}
{% csrf_token %} {{ form }}
{% endblock %}