mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 00:53:08 +00:00 
			
		
		
		
	com: fix error 500 when editing poster with com admin
This commit is contained in:
		| @@ -739,8 +739,7 @@ class PosterEditBaseView(UpdateView): | ||||
|  | ||||
|     def get_context_data(self, **kwargs): | ||||
|         kwargs = super(PosterEditBaseView, self).get_context_data(**kwargs) | ||||
|         if not self.request.user.is_com_admin: | ||||
|             kwargs["club"] = self.club | ||||
|         kwargs["club"] = kwargs.get("club", self.club) | ||||
|         return kwargs | ||||
|  | ||||
|     def form_valid(self, form): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user