mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
remove order field
This commit is contained in:
parent
8713aa5922
commit
e73d9e3da3
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user