Merge pull request #105 from openclassify/vedatttt

remove order field for category module
This commit is contained in:
Ozcan Durak 2019-10-14 16:46:15 +03:00 committed by GitHub
commit 338aac97f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}