mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Merge branch 'bugfix' into 'master'
Fix trombi creation See merge request !83
This commit is contained in:
commit
753fe0d176
@ -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