{% extends 'base.html' %} {% block header_modifier %}header--light-bg{% endblock %} {% block page_title %}Login{% endblock %} {% block title %}Login{% endblock %} {% block content %}
{% if messages %} {% endif %}
{% csrf_token %} {{ form.as_p }}

Forgot your password?

Log in with your OTF email
{% endblock %}