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 specific settings
|
||||||
|
|
||||||
TIXL_INSTANCE_NAME = 'pretix.de'
|
PRETIX_INSTANCE_NAME = 'pretix.de'
|
||||||
DEFAULT_CURRENCY = 'EUR'
|
DEFAULT_CURRENCY = 'EUR'
|
||||||
|
|
||||||
INTERNAL_IPS = ('127.0.0.1', '::1')
|
INTERNAL_IPS = ('127.0.0.1', '::1')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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 %}
|
{% compress css %}
|
||||||
<link rel="stylesheet" type="text/less" href="{% static "pretixcontrol/less/main.less" %}" />
|
<link rel="stylesheet" type="text/less" href="{% static "pretixcontrol/less/main.less" %}" />
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
|
|||||||
Reference in New Issue
Block a user