{% extends "base.html" %} {% block content %} {{LOGIN_ERROR|safe}} {% if login_errors %}
Username and password did not match.
{% endif %}

Login

{% csrf_token %}
User
Pass
{% endblock %}