{% extends 'base.html' %} {% block title %}Login{% endblock %} {% block content %}

Login

{% if messages %} {% endif %}
{% csrf_token %} {{ form.as_p }}
Log in with your OTF email {% endblock %}