{% extends "base.html" %} {% block add_css %} {% endblock %} {% block content %}

Edit {{ product.name }}

{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% endblock %} {% block postscript %} {% endblock %}