{% extends "layout.html" %} {% block content %}

{{ title }}

{% csrf_token %}

Please log in to your account.


{{ form.username }}
Type in your username here.
{{ form.password }}
{% if form.errors %}

Please enter a correct user name and password.

{% endif %}
{% endblock content %} {% block scripts %} {% load static %} {% endblock %}