{% extends "home/header.html" %} {% block content %} {% if error_note %}

{{ error_note }}

{% endif %} {% if 'faculty' not in request.session %}
{% csrf_token %}
{% endif %} {% endblock %}