{% extends "base.html" %} {% load i18n %} {% block page_name %}Login Failure{%endblock %} {% block sub_nav %}{% endblock %} {% block content %}

{{message|safe}}

{% if exception %}

{{exception.message|safe}}

{% endif %} {% if solution %}

{{solution|safe}}

{% endif %}

{% trans "If you continue to experience problems with the developer site, please report it" %}

{% endblock %}