{% extends 'base.html' %} {% load i18n %} {% block container %}
{% if form.errors %}
×

{% trans "Oh snap!" %} {% trans "Please enter a correct username and password. Note that both fields are case-sensitive." %}

{% endif %}
{% csrf_token %}
{% trans 'Log in' %} {% for field in form %} {% include 'registration/form_field.html' %} {% endfor %}
 

{% trans "Reset my password" %}

{% endblock %}