{% load static %} GPF Login
{% csrf_token %}
{{ form.username }}
Forgotten password
{{ form.password }}
{% if form.errors and show_errors %} {% for errors in form.errors.values %} {% for error in errors %}
{{ error }}
{% endfor %} {% endfor %} {% endif %}
Instructions on how to request access can be found in the About page