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

Your username and password didn't match. Please try again.

{% endif %}
{% csrf_token %}

Please sign in

{% endblock %} {% block script_bottom %} $( document ).ready(function() { // Handler for .ready() called. $("#loadingAnimation").hide(); $("#AutoUpdateStatus").hide(); }); {% endblock %}