{% extends "portal/base.html" %} {% load static %} {% block content %}

Admin login

This is for site admins to log in. If you are not part of the Code for Life development team then this is not the login form you are looking for.

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