We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e1c2a commit e42677dCopy full SHA for e42677d
readthedocs/projects/views/private.py
@@ -120,7 +120,7 @@ def get_context_data(self, **kwargs):
120
n_projects < 3 and (timezone.now() - projects.first().pub_date).days < 7
121
):
122
template_name = "example-projects.html"
123
- elif n_projects and not settings.RTD_ALLOW_ORGANIZATIONS:
+ elif n_projects:
124
template_name = "github-app.html"
125
elif n_projects and not projects.filter(external_builds_enabled=True).exists():
126
template_name = "pull-request-previews.html"
0 commit comments