added form for state definition order update

This commit is contained in:
Thomas Nahuel Rusiecki 2024-12-04 03:06:01 -03:00 committed by Cayo Puigdefabregas
parent 76ada577c0
commit 2ee1396eae

5
admin/forms.py Normal file
View file

@ -0,0 +1,5 @@
from django import forms
class OrderingStateForm(forms.Form):
ordering = forms.CharField()