Skip to content

Commit

Permalink
fixes navigation in the sebscription
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmegatelo committed Dec 15, 2024
1 parent 936a66f commit f0e8b9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion feed/views/feed/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def get_context_data(self, **kwargs):

if "slug" in self.kwargs:
slug = self.kwargs.get("slug")
context["feed"] = self.get_queryset().get(slug=slug)
context["feed"] = self.model.objects.get(slug=slug)
return context
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0e8b9e

Please sign in to comment.