{% extends "main.html" %} {% block title %} Lockers: Log in {% endblock %} {% block body %}

Log in

{% if reason %}
{{reason}}
{% endif %} {% if failed %}
{{failed}}
{% endif %} {% asset "sha1.js" %}
{{ form.as_p }}
Password will be sent in the clear.
{% endblock %}