{% extends "docato/base.html" %} {% load staticfiles %} {% load i18n %} {% load bootstrap3 %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block content %}
{% if form.errors %}
{% trans "The entered login and password don't meet each other." %}
{% endif %}
{% csrf_token %} {% bootstrap_form form %}
{% endblock content %}