club: fix 500 on club_new

This commit is contained in:
tleb 2019-10-21 22:56:24 +02:00
parent 6d0eba6bcf
commit 143b128891
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)
"""