{% extends "base.html" %} {% block content %} {% load static %} Sign in
{% csrf_token %} {% if form.errors %}
xIncorrect Username or Password!
{% endif %}



{% endblock %}