Skip to content

Commit 8729759

Browse files
committed
Add GITHUB_APP_NAME to context processor
Needed for readthedocs/ext-theme#655, which otherwise I need to override the Allauth views for, and this seems useful in other places if we want to keep linking it.
1 parent e062645 commit 8729759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/core/context_processors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def readthedocs_processor(request):
2727
"SUPPORT_EMAIL": settings.SUPPORT_EMAIL,
2828
"PUBLIC_API_URL": settings.PUBLIC_API_URL,
2929
"ADMIN_URL": settings.ADMIN_URL,
30+
"GITHUB_APP_NAME": settings.GITHUB_APP_NAME,
3031
}
3132
return exports
3233

0 commit comments

Comments
 (0)