mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Instance name in title tag
This commit is contained in:
6
src/tixlcontrol/context.py
Normal file
6
src/tixlcontrol/context.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.conf import settings
|
||||
|
||||
def contextprocessor(request):
|
||||
return {
|
||||
'settings': settings,
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<title>{{ settings.TIXL_INSTANCE_NAME }}</title>
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" type="text/less" href="{% static "tixlcontrol/less/auth.less" %}" />
|
||||
{% endcompress %}
|
||||
|
||||
Reference in New Issue
Block a user