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

Login page


{{ form.hidden_tag() }}
{{ form.password.label }}
{{ form.password }}
{% endblock %}