{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

Sign in

If you have a not been assigned a password, you should use the standard sign-in process.
{% crispy form %}
{% endblock %}