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

{% trans "Hello." %}

Welcome to Django School Infomation System.
{% trans "Please log in below." %}
{{ form.non_field_errors }} {% csrf_token %}
{% if config.ALLOW_GOOGLE_AUTH %}
Log in with Google Apps. Note you must log in with your school's Google Apps domain. Gmail will not work.
{% endif %} {% endblock %}