{% extends 'bases/navbar.html' %} {% load static %} {% block content %}
{% if form.errors %}

Wrong username/password combination

{% endif %} {% if next %}

You cannot access that page without being logged in.

{% endif %}
{% csrf_token %}
{{ form.username }}
{{ form.password }}
{% endblock %}