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 fd4ee72 commit 52338edCopy full SHA for 52338ed
readthedocs/projects/views/private.py
@@ -481,6 +481,7 @@ def get_context_data(self, **kwargs):
481
context["allow_private_repos"] = settings.ALLOW_PRIVATE_REPOS
482
context["form_automatic"] = ProjectAutomaticForm(user=self.request.user)
483
context["form_manual"] = ProjectManualForm(user=self.request.user)
484
+ context["GITHUB_APP_NAME"] = settings.GITHUB_APP_NAME
485
486
return context
487
0 commit comments