mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-15 22:39:25 +00:00
Merge branch 'bugfix' into 'master'
Fix trombi creation See merge request !83
This commit is contained in:
@ -81,7 +81,7 @@ class TrombiForm(forms.ModelForm):
|
||||
'comments_deadline': SelectDate,
|
||||
}
|
||||
|
||||
class TrombiCreateView(CanEditPropMixin, CreateView):
|
||||
class TrombiCreateView(CanCreateMixin, CreateView):
|
||||
"""
|
||||
Create a trombi for a club
|
||||
"""
|
||||
|
Reference in New Issue
Block a user