{% extends "base.html" %} {% block title %}Login - LabHelper{% endblock %} {% block page_header %} {% endblock %} {% block content %}
{% if request.GET.next and user.is_authenticated %}
Your account doesn't have access to this page.
{% elif request.GET.next %}
Please login to see this page.
{% endif %}

Authentication is handled via Single Sign-On. Click below to continue to the login page.

Login with SSO
{% endblock %}