{% extends "base.html" %} {% block title %}Sign in — admin{% endblock %} {% block robots %}{% endblock %} {% block body %}
admin access

Sign in

This area is restricted. Every sign-in is logged.

{% csrf_token %} {% if form.errors %}
Those credentials don't match a staff account.
{% endif %}

Back to the website

{% endblock %}