{% extends "base.html" %} {% block content %}
Login
{% csrf_token %} {{ form.non_field_errors }}
{{ form.username.errors }}
{{ form.password.errors }}
Click here to go to the administration page
{% endblock %}