Skip to content

Commit 52338ed

Browse files
authored
GitHub App: add GITHUB_APP_NAME to context processor (#12325)
Missed this for readthedocs/ext-theme#631...
1 parent fd4ee72 commit 52338ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/projects/views/private.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ def get_context_data(self, **kwargs):
481481
context["allow_private_repos"] = settings.ALLOW_PRIVATE_REPOS
482482
context["form_automatic"] = ProjectAutomaticForm(user=self.request.user)
483483
context["form_manual"] = ProjectManualForm(user=self.request.user)
484+
context["GITHUB_APP_NAME"] = settings.GITHUB_APP_NAME
484485

485486
return context
486487

0 commit comments

Comments
 (0)