{% extends "registration/registration_base.html" %} {% block title %}Login{% endblock %} {% block content %} {% if form.errors %}
x

Your username or password was incorrect, please try again.

{% endif %}
{% include "formtools/formfield.html" with field=form.username %} {% include "formtools/formfield.html" with field=form.password %} {% csrf_token %}
{% endblock %}