{% extends "main/layout2.html" %} {% load crispy_forms_tags %} {% block content %}
{% csrf_token %}
Add Item {{ form|crispy }}
{% endblock content %}