{% extends "public_base.html" %} {% load crispy_forms_tags static %} {% block title %}Login{% endblock %} {% block content %}

Welcome Back

Sign in to your student or staff portal

{% csrf_token %} {% crispy form %}
{% endblock %}