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

Login

{% csrf_token %} {{ form | crispy }}
Forgotten your password? Reset it here.

{% if request.user.is_staff %}

Change password

{% endif %}

This page is for user account logins. If you have a CID / Passcode click here {% endblock %} {% block css %} {% endblock css %}