{% extends "base.html" %} {% load static from staticfiles %} {% block add_css %} {% endblock %} {% block content %}

Edit {{ product.name }} Metadata

Use the form below to edit the values in each of the metadata fields. To remove a field, leave the value blank.


{% csrf_token %} {% for cf in product.product_meta.all %}
{% endfor %}
{% endblock %}