Commit da41077c44e3809ac1961b003dfe7dfa496b5d6b

Authored by Zambom
1 parent 26e9d789

Adjusting bulletin error

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
bulletin/views.py
... ... @@ -271,7 +271,7 @@ class InsideView(LoginRequiredMixin, LogMixin, generic.DetailView):
271 271  
272 272 self.log_action = "send_difficulties"
273 273  
274   - super(NewWindowView, self).createLog(self.request.user, self.log_component, self.log_action,
  274 + super(InsideView, self).createLog(self.request.user, self.log_component, self.log_action,
275 275 self.log_resource, self.log_context)
276 276  
277 277 self.log_action = "view"
... ...