Skip to content
Snippets Groups Projects
Commit c7b518f4 authored by Alexander Pace's avatar Alexander Pace
Browse files

fixed a typo

parent 819972c6
No related branches found
No related tags found
1 merge request!108RRT view for advocates
......@@ -98,7 +98,7 @@ class SupereventDetailView(OperatorSignoffMixin, AdvocateSignoffMixin,
# Get list of Log objects associated with this superevent
log_set_query_kwargs = {}
if context['user_is_external']:
log_set_query_kwargs['tag__name'] = 'public'
log_set_query_kwargs['tags__name'] = 'public'
context['log_list'] = superevent.log_set.filter(**log_set_query_kwargs)
return context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment