{% load static %} Scheduling System | Log in {% block styles %} {% endblock styles %}
{% if state == "logout" %}

Success!

You have logged out of the Scheduling System

{% elif state == "logout_failed" %}

Error!

You cannot log out, if you are not logged in!

{% elif state == "login_failed" %}

Error!

Username does not exist, or the password is incorrect!

{% else %}
{% endif %}
{% csrf_token %} {% if next %} {% endif %}

I forgot my password
I have an issue with account
{% block scripts %} {% endblock scripts %}