mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-29 21:29: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"
|
current_tab = "props"
|
||||||
|
|
||||||
|
|
||||||
class ClubCreateView(CanEditPropMixin, CreateView):
|
class ClubCreateView(CanCreateMixin, CreateView):
|
||||||
"""
|
"""
|
||||||
Create a club (for the Sith admin)
|
Create a club (for the Sith admin)
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user