{% extends "registration/base.html" %} {% load i18n %} {% load static %} {% block css_import %} {{ block.super }} {% endblock %} {% block login %} {% endblock %} {% block content_title %}{% trans 'Log in' %}{% endblock %} {% block iricontent %} {% if form.errors %}

{% trans "Sorry, that's not a valid username or password." %}

{% endif %}
{% csrf_token %}
    {{form.as_ul}}
{% endblock %}