{% extends 'inventory/base.html' %} {% block section_title %}Login{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}