{% extends "granadilla/base.html" %} {% load i18n %} {% block subtitle %}{% trans "Log in" %}{% endblock %} {% block content %}

{% trans "Log in" %}

{% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %}
{% csrf_token %}
{% endblock %}