{% import "bootstrap/wtf.html" as wtf %} {% extends "auth/base.html" %} {% block page_content %}

Confirm login

You are attempting to perform a sensitive action. Please confirm your login credentials.
{{ wtf.quick_form(form) }}
{% endblock %}