mirror of
https://github.com/ae-utbm/sith.git
synced 2025-11-10 05:53:06 +00:00
Merge pull request #1224 from ae-utbm/fix-product-picture
fix: product image not saved
This commit is contained in:
@@ -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() }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user