{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}{{ config.SITE_NAME }}|Login{% endblock %} {% block page_content %}
{{ wtf.quick_form(form, form_type="horizontal", horizontal_columns=('md', 2, 10)) }}

Forgot your password? Click here to reset it.

New user? Click here to register.

{% endblock %}