mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
Fix trombi creation
This commit is contained in:
parent
38026025af
commit
890943ea48
@ -81,7 +81,7 @@ class TrombiForm(forms.ModelForm):
|
|||||||
'comments_deadline': SelectDate,
|
'comments_deadline': SelectDate,
|
||||||
}
|
}
|
||||||
|
|
||||||
class TrombiCreateView(CanEditPropMixin, CreateView):
|
class TrombiCreateView(CanCreateMixin, CreateView):
|
||||||
"""
|
"""
|
||||||
Create a trombi for a club
|
Create a trombi for a club
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user