{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Login{% endblock title %} {% block subtitle %}Due to the presence of confidential information, My-Business requires all users to be logged in.{% endblock subtitle %} {% block content %}
{% csrf_token %} {{ form|crispy }}
{% endblock content %}