{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block title %} {% trans "Log in" %} {% endblock %} {% block content %} {% if form.errors %}

{% trans "Your username and password didn't match. Please try again." %}

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

{% trans "Contact your administrator" %}

{% trans "Forgotten password ? Change password !" %}

{% endblock %}