Fix occurence of old settings name

This commit is contained in:
Raphael Michel
2015-02-12 11:36:17 +01:00
parent af7793e235
commit a08aa21683
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>{{ settings.TIXL_INSTANCE_NAME }}</title> <title>{{ settings.PRETIX_INSTANCE_NAME }}</title>
{% compress css %} {% compress css %}
<link rel="stylesheet" type="text/less" href="{% static "pretixcontrol/less/auth.less" %}" /> <link rel="stylesheet" type="text/less" href="{% static "pretixcontrol/less/auth.less" %}" />
{% endcompress %} {% endcompress %}
@@ -26,7 +26,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="#">{{ settings.TIXL_INSTANCE_NAME }}</a> <a class="navbar-brand" href="#">{{ settings.PRETIX_INSTANCE_NAME }}</a>
</div> </div>
<div class="navbar-collapse collapse"> <div class="navbar-collapse collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">