1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 20:02:49 +02:00

Order tables

This commit is contained in:
Yohann D'ANELLO
2020-05-05 16:04:53 +02:00
parent bfba07b7a2
commit 333b04a01b
4 changed files with 7 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class TournamentForm(forms.ModelForm):
class Meta:
model = Tournament
fields = '__all__'
exclude = ('year',)
widgets = {
"price": AmountInput(),
"date_start": DatePickerInput(),