{% extends "base.html" %} {% load bootstrap4 %} {% block content %}

Login

{% if 'google-oauth2' in backends.backends %}

The preferred method to log in to PEDASI is using your Google account.

If you do not have a Google account and wish to use PEDASI you should contact a system administrator to create a PEDASI account for you. Once your account has been created you may log in using the form below.

Google Login
{% endif %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
Forgotten Username / Password?
{% endblock %}