added form for state definition order update
This commit is contained in:
parent
a81ccca67f
commit
48db3bf9c2
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