added form for state definition order update
This commit is contained in:
parent
a1cb17203d
commit
93d63e01a9
5
admin/forms.py
Normal file
5
admin/forms.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
from django import forms
|
||||||
|
|
||||||
|
|
||||||
|
class OrderingStateForm(forms.Form):
|
||||||
|
ordering = forms.CharField()
|
Loading…
Reference in a new issue