Skip to content

Commit e42677d

Browse files
authored
Show GH App notification to all users (#12547)
1 parent 58e1c2a commit e42677d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/views/private.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def get_context_data(self, **kwargs):
120120
n_projects < 3 and (timezone.now() - projects.first().pub_date).days < 7
121121
):
122122
template_name = "example-projects.html"
123-
elif n_projects and not settings.RTD_ALLOW_ORGANIZATIONS:
123+
elif n_projects:
124124
template_name = "github-app.html"
125125
elif n_projects and not projects.filter(external_builds_enabled=True).exists():
126126
template_name = "pull-request-previews.html"

0 commit comments

Comments
 (0)