{% extends 'uniauth/base-site.html' %} {% block head %} Uniauth | Login {% endblock %} {% block content %}
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors.as_text|slice:"2:" }}
{% endif %}
Sign in with Uniauth
Or sign in via CAS:
{% endblock %} {% block script %} {% endblock %}