{% extends 'portal/base.html' %} {% load staticfiles %} {% load app_tags %} {% block content %}

Log in as an independent student

{% csrf_token %} {{ form.non_field_errors }} {{ form.username }} {{ form.username.errors }} {{ form.password }} {{ form.password.errors }} {{ form.captcha }}

Forgotten your password?

Don't worry, you can reset your password.

Part of a school or club? Log in here.

{% endblock content %}