This commit is contained in:
saparatayev 2021-11-08 15:24:12 +05:00
parent 67188f130e
commit ce00864733
1 changed files with 2 additions and 2 deletions

View File

@ -91,12 +91,12 @@
{% if product.packaging == "yes" %}
selected
{% endif %}
>Есть</option>
>Bar</option>
<option value="no"
{% if product.packaging == "no" %}
selected
{% endif %}
>Нет</option>
>Ýok</option>
</select>
<span class="error_span" data-validate-for="packaging" style="color: red;"></span>
</div>