{% extends "master.html" %} {% block javascript %} {{ block.super }} {% endblock %} {% block content %}

Log in

{% if SHIB_ENABLED %}
Please log in using Shibboleth

Log in locally

{% else %} {% if CAS_SERVER_URL %}
Please log in using CAS

Log in locally

{% endif %} {% endif %} {% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %}
{% csrf_token %}
{{ form.username.label_tag }}{{ form.username }}
{{ form.password.label_tag }}{{ form.password }}
{% endblock %}