mirror of
https://github.com/ae-utbm/sith.git
synced 2025-11-09 21:43:07 +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 %}
|
||||
<h2>{% trans %}Product creation{% endtrans %}</h2>
|
||||
{% endif %}
|
||||
<form method="post">
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p() }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user