Fix trombi creation

This commit is contained in:
Pierre Brunet 2017-06-13 10:55:12 +02:00
parent 38026025af
commit 890943ea48
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""