{% if form.errors %}
ERROR: Invalid username or password. Please try again. Note that both username and password are case-sensitive.
{% endif %}If you have a guest account...
{% extends "base.html" %} {% block title %} Please Login {% endblock %} {% block usernav %}{% endblock %} {% block content %}
ERROR: Invalid username or password. Please try again. Note that both username and password are case-sensitive.
{% endif %}If you have a guest account...