{% extends "base.html" %} {% block title %}Login{% endblock %} {% block content %}

Login

{% if error %}

{{ error }}

{% endif %}
{% if csrftoken and csrf_cookie_name %} {% endif %} {% if captcha %}
{{ captcha.form_html | safe }}
{% endif %}
{% endblock %}