Merge branch 'fix-create-club' into 'master'

club: fix 500 on club_new

See merge request ae/Sith!256
This commit is contained in:
Antoine Bartuccio 2019-10-22 08:34:08 +02:00
commit 28077ef0b0
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ class ClubEditPropView(ClubTabsMixin, CanEditPropMixin, UpdateView):
current_tab = "props"
class ClubCreateView(CanEditPropMixin, CreateView):
class ClubCreateView(CanCreateMixin, CreateView):
"""
Create a club (for the Sith admin)
"""