{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Log in' %} · {{ block.super }}{% endblock %} {% block content %} {% include 'regwall/login.html' %}

{% trans 'Log in' %}

{% if form.errors %}
{% endif %}
{% csrf_token %} {{ form.as_p }}

Forgot your password?

Register for an account.

{% include 'regwall/history.html' %} {% endblock %}