Instance name in title tag

This commit is contained in:
Raphael Michel
2014-09-11 20:47:34 +02:00
parent 8fa80b62bc
commit 2648fd5268
3 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
from django.conf import settings
def contextprocessor(request):
return {
'settings': settings,
}

View File

@@ -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 %}