mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-29 13:19:56 +00:00
Merge branch 'fix-create-club' into 'master'
club: fix 500 on club_new See merge request ae/Sith!256
This commit is contained in:
@@ -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)
|
||||
"""
|
||||
|
Reference in New Issue
Block a user