forked from CGM_Public/pretix_original
Rename settings variable
This commit is contained in:
@@ -150,8 +150,9 @@ DEBUG_TOOLBAR_CONFIG = {
|
||||
|
||||
# Tixl specific settings
|
||||
|
||||
TIXL_INSTANCE_NAME = 'pretix.de'
|
||||
PRETIX_INSTANCE_NAME = 'pretix.de'
|
||||
DEFAULT_CURRENCY = 'EUR'
|
||||
|
||||
INTERNAL_IPS = ('127.0.0.1', '::1')
|
||||
|
||||
try:
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{% block title %}{% endblock %}{% if url_name != "index" %} :: {% endif %}{{ settings.TIXL_INSTANCE_NAME }}</title>
|
||||
<title>{% block title %}{% endblock %}{% if url_name != "index" %} :: {% endif %}
|
||||
{{ settings.PRETIX_INSTANCE_NAME }}</title>
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" type="text/less" href="{% static "pretixcontrol/less/main.less" %}" />
|
||||
{% endcompress %}
|
||||
|
||||
Reference in New Issue
Block a user