diff --git a/trombi/views.py b/trombi/views.py index b1f0efab..7e854f91 100644 --- a/trombi/views.py +++ b/trombi/views.py @@ -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 """