Skip to content
Snippets Groups Projects
Commit 9ebc912c authored by drscream's avatar drscream :eyeglasses:
Browse files

Remove print() debugging

parent 874bc69d
Branches
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ class WorkAdventureAdminMixin(LoginRequiredMixin, ConferenceMixin):
if self.request.META.get('QUERY_STRING'):
query_string = '?' + self.request.META.get('QUERY_STRING')
request_url = self.request.META.get('PATH_INFO') + query_string
print(self.request.META)
for x in context['sidebar']['items']:
if 'link' in x and x['link'] == request_url:
x['active'] = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment