{% extends "hdabo_base.html" %} {% load i18n %} {% block content %} {{block.super}} {% if form.errors %}

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

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