{% extends "base.html" %} {% block content %}
{% csrf_token %}
Log In {% if form.errors %}

Invalid username or password.

{% endif %}
{% endblock %}