{% extends "base.html" %} {% block main %}

Log in

{% if error %}
{{ error }}
{% endif %}



({% if allowregistration %} no account yet? Register here |{% endif %} Forgot password?)
{% csrf_token %}
{% endblock %}