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 = []

View File

@@ -4,7 +4,7 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ settings.PRETIX_INSTANCE_NAME }}</title>
<title>{{ django_settings.PRETIX_INSTANCE_NAME }}</title>
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static "pretixcontrol/scss/auth.scss" %}"/>
{% endcompress %}