{% extends "zinnia/base.html" %} {% load i18n %} {% block title %}{% trans "Login required" %}{% endblock title %} {% block body-class %}login-required{% endblock body-class %} {% block content %}
{% trans "Your username and password didn't match. Please try again." %}
{% endif %}{% trans "You need to be connected to view this entry." %}