New content for / index page

This commit is contained in:
Raphael Michel
2019-01-18 17:24:15 +01:00
parent f37d265534
commit 80b5750756
6 changed files with 26 additions and 51 deletions

View File

@@ -34,6 +34,7 @@ def contextprocessor(request):
ctx = {
'url_name': url.url_name,
'settings': settings,
'django_settings': settings,
'DEBUG': settings.DEBUG,
}
_html_head = []