fix: product image not saved

fix #1219
This commit is contained in:
imperosol
2025-11-07 13:14:13 +01:00
parent 9c64dae7fe
commit 7209801511

View File

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