{% extends 'base.html' %} {% block content %}
{% csrf_token %}

Login

{{ form.as_p }}
{% endblock content %}