Merge pull request #1224 from ae-utbm/fix-product-picture

fix: product image not saved
This commit is contained in:
thomas girod
2025-11-07 14:55:22 +01:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
{% else %}
<h2>{% trans %}Product creation{% endtrans %}</h2>
{% endif %}
<form method="post">
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
{{ form.as_p() }}