{% extends 'base.html' %} {% load static %} {% block content %} {% if form.errors %}
Login Failed. Your username and/or password didn't match. Please try again.
Use the "Lost Password" link below to receive a new password by e-mail.
Your account doesn't have permissions to access this page. Request permission from your supervisor.
{% endif %} {% endif %} {% endblock %}