{% extends 'admin/login.html' %} {% block content %}
Log in with SSO
{% if request.GET.error %}

{{ request.GET.error }}

{% endif %} {{ block.super }} {% endblock content %}