diff --git a/catalog/jobs/discover.py b/catalog/jobs/discover.py index 49e8b18a..53216b75 100644 --- a/catalog/jobs/discover.py +++ b/catalog/jobs/discover.py @@ -165,7 +165,7 @@ class DiscoverGenerator(BaseJob): tags = TagManager.popular_tags(days=14, local_only=local)[:40] excluding_identities = Takahe.get_no_discover_identities() - if settings.NEODB_DISCOVER_SHOW_POPULAR_POSTS: + if settings.DISCOVER_SHOW_POPULAR_POSTS: reviews = ( Review.objects.filter(visibility=0) .exclude(owner_id__in=excluding_identities) diff --git a/journal/templates/mark.html b/journal/templates/mark.html index 856ef9df..032775fd 100644 --- a/journal/templates/mark.html +++ b/journal/templates/mark.html @@ -20,7 +20,10 @@