This commit is contained in:
2023-08-15 12:45:36 +03:00
parent b13c76816d
commit e280283e40

View File

@@ -267,7 +267,8 @@
value="{{ form.initial.weight }}"
{% endif %}
/>
{% if not errors_off and form.errors and form.errors.weight %}
<span>{{ form.errors.weight }}</span>
{% endif %}
</div>