remove order field

This commit is contained in:
vedatakd 2019-10-14 16:43:18 +03:00
parent 8713aa5922
commit e73d9e3da3

View File

@ -23,7 +23,6 @@
{{ form.fields.slug|raw }}
<input type="hidden" name="parent_category"
value="{% if form.fields.parent_category.value.id is defined %}{{ form.fields.parent_category.value.id }}{% elseif app.request.get('parent') is defined %}{{ app.request.get('parent') }}{% endif %}">
{{ form.fields.order|raw }}
{{ form.fields.icon|raw }}
{{ form.fields.seo_keyword|raw }}
{{ form.fields.seo_description|raw }}