Skip to content

Commit

Permalink
- update name on views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MazOneTwoOne committed Dec 10, 2024
1 parent 262e86f commit 6d39703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fala/apps/adviser/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def get_queryset(self):

def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
context["is_single_category_search"] = self.request.GET.get("is_single_category_search", False)
context["single_category_search_redirect"] = self.request.GET.get("single_category_search_redirect", False)

context.update(self.state.get_context_data())
return context

0 comments on commit 6d39703

Please sign in to comment.