{% extends "adminlte2/base_anonymous.html" %} {% load i18n %} {% block anonymous_form_instructions %}

{% trans "Thanks for spending some quality time with the Web site today." %}

{% endblock anonymous_form_instructions %} {% block anonymous_form %} {% endblock anonymous_form %} {% block anonymous_links %}

{% trans 'Log in again' %}

{% endblock anonymous_links %}