From 890943ea4823527496ee28b414d7ed209f903328 Mon Sep 17 00:00:00 2001 From: Krophil Date: Tue, 13 Jun 2017 10:55:12 +0200 Subject: [PATCH] Fix trombi creation --- trombi/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """