Fix occurence of old settings name

This commit is contained in:
Raphael Michel
2015-02-12 11:35:51 +01:00
parent af7793e235
commit a08aa21683
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -26,7 +26,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">{{ settings.TIXL_INSTANCE_NAME }}</a>
<a class="navbar-brand" href="#">{{ settings.PRETIX_INSTANCE_NAME }}</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">