Browse Source

Remove site_root from template context, it's never used

pull/555/head
Pēteris Caune 3 years ago
parent
commit
f7dd16abca
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 0 additions and 1 deletions
  1. +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,
}

Loading…
Cancel
Save