mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Merge branch 'com' into 'master'
com: fix error 500 when editing poster with com admin See merge request ae/Sith!242
This commit is contained in:
commit
448f5ff40f
@ -739,8 +739,7 @@ class PosterEditBaseView(UpdateView):
|
|||||||
|
|
||||||
def get_context_data(self, **kwargs):
|
def get_context_data(self, **kwargs):
|
||||||
kwargs = super(PosterEditBaseView, self).get_context_data(**kwargs)
|
kwargs = super(PosterEditBaseView, self).get_context_data(**kwargs)
|
||||||
if not self.request.user.is_com_admin:
|
kwargs["club"] = kwargs.get("club", self.club)
|
||||||
kwargs["club"] = self.club
|
|
||||||
return kwargs
|
return kwargs
|
||||||
|
|
||||||
def form_valid(self, form):
|
def form_valid(self, form):
|
||||||
|
Loading…
Reference in New Issue
Block a user