mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-06 13:26:05 -06:00
Merge pull request #105 from openclassify/vedatttt
remove order field for category module
This commit is contained in:
commit
338aac97f9
@ -23,7 +23,6 @@
|
|||||||
{{ form.fields.slug|raw }}
|
{{ form.fields.slug|raw }}
|
||||||
<input type="hidden" name="parent_category"
|
<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 %}">
|
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.icon|raw }}
|
||||||
{{ form.fields.seo_keyword|raw }}
|
{{ form.fields.seo_keyword|raw }}
|
||||||
{{ form.fields.seo_description|raw }}
|
{{ form.fields.seo_description|raw }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user