{% extends 'portal/base.html' %} {% load staticfiles %} {% load app_tags %} {% block css %} {{ block.super }} {% endblock css %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block pageID %}id="homeWrapper"{% endblock %} {% block subNav %} {{ block.super }}
{% endblock subNav %} {% block content %} {{ block.super }}

Log in as a teacher

{% csrf_token %} {{ login_form.non_field_errors }} {{ login_form.teacher_email }} {{ login_form.teacher_email.errors }} {{ login_form.teacher_password }} {{ login_form.teacher_password.errors }} {% if teacher_captcha %} {{ login_form.captcha }} {% endif %}

Forgotten your password?

Don’t worry, you can reset your password.

Log in as a student

{% csrf_token %} {{ school_login_form.non_field_errors }} {{ school_login_form.name }} {{ school_login_form.name.errors }} {{ school_login_form.access_code }} {{ school_login_form.access_code.errors }} {{ school_login_form.password }} {{ school_login_form.password.errors }} {% if student_captcha %} {{ school_login_form.captcha }} {% endif %}

Can’t remember your user name or class access code?

Don’t worry, just ask your school or club teacher who will have these details.

Are you registered as an independent student who is not part of a school or club? If so, log in here.

Log in as an independent student

{% csrf_token %} {{ independent_student_login_form.non_field_errors }} {{ independent_student_login_form.username }} {{ independent_student_login_form.username.errors }} {{ independent_student_login_form.password }} {{ independent_student_login_form.password.errors }} {% if independent_student_captcha %} {{ independent_student_login_form.captcha }} {% endif %}

Forgotten your password?

Don’t worry, you can reset your password.

Part of a school or club? Log in here.

{% endblock content %}