UI/UX tweaks

This commit is contained in:
imperosol
2026-04-21 14:12:27 +02:00
parent 8b3bac9f93
commit 829b1d43f2
5 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ class ClubRoleForm(forms.ModelForm):
def clean(self):
cleaned_data = super().clean()
if "ORDER" in cleaned_data:
self.instance.order = cleaned_data["ORDER"]
self.instance.order = cleaned_data["ORDER"] - 1
return cleaned_data