This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Remove site_root from template context, it's never used
pull/555/head
Pēteris Caune
3 years ago
parent
642d436ae9
commit
f7dd16abca
No known key found for this signature in database
GPG Key ID:
E28D7679E9A9EDE2
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
hc/front/context_processors.py
+ 0
- 1
hc/front/context_processors.py
View File
@ -4,6 +4,5 @@ from django.conf import settings
def
branding
(
request
)
:
return
{
"
site_name
"
:
settings
.
SITE_NAME
,
"
site_root
"
:
settings
.
SITE_ROOT
,
"
site_logo_url
"
:
settings
.
SITE_LOGO_URL
,
}
Write
Preview
Loading…
Cancel
Save