mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-08-18 04:48:41 +02:00
Order tables
This commit is contained in:
@@ -30,7 +30,7 @@ class TournamentForm(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = Tournament
|
||||
fields = '__all__'
|
||||
exclude = ('year',)
|
||||
widgets = {
|
||||
"price": AmountInput(),
|
||||
"date_start": DatePickerInput(),
|
||||
|
Reference in New Issue
Block a user