{% load bootstrap3 %} {% load static from staticfiles %} {% load i18n %} {% block extrastyle %} {% endblock %} {% block content %}
Your login is blocked due to multiple failing login attempts. Solve the following captcha to get unblocked!
{% csrf_token %}
{{ form.username.errors }} {{ form.captcha.errors }}
{{ form.captcha }}
{% endblock %}