{% extends 'food/main.html' %} {% load static %} {% block update %} {% load crispy_forms_tags %}
{% csrf_token %} {{form | crispy}}
{% endblock %}