{% extends "registration/registration_base.html" %} {% block title %}Login{% endblock %} {% block content %}
{% include "formtools/formerror.html" %} {% include "formtools/formfield.html" with field=form.username %} {% include "formtools/formfield.html" with field=form.password %} {% csrf_token %}
{% endblock %}