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