{% extends "bootstrap_base.html" %} {% load i18n static %} {% block title %}Login{% endblock %} {% block page-wrapper %} {% include 'snippets/show_messages.html' %}

{% translate 'Log in' %}

{% csrf_token %} {% include 'snippets/show_err.html' with err=form.non_field_errors %}
{% include 'snippets/show_err.html' with err=form.username.errors %}
{% include 'snippets/show_err.html' with err=form.password.errors %}
{% if password_reset_url %} {% endif %}
{% endblock %}