+ market +
+ {% endif %} + {% if SEAT_URL %} ++ seat
{% endif %} {% if KILLBOARD_URL %} {% endif %} {% if EXTERNAL_MEDIA_URL %} {% endif %}diff --git a/services/context_processors.py b/services/context_processors.py index e8ddd680..3919218e 100644 --- a/services/context_processors.py +++ b/services/context_processors.py @@ -15,6 +15,7 @@ def auth_settings(request): 'IPS4_URL': settings.IPS4_URL, 'SMF_URL': settings.SMF_URL, 'MARKET_URL': settings.MARKET_URL, + 'SEAT_URL': settings.SEAT_URL, 'EXTERNAL_MEDIA_URL': settings.EXTERNAL_MEDIA_URL, 'CURRENT_UTC_TIME': timezone.now(), 'BLUE_API_MASK': settings.BLUE_API_MASK, diff --git a/stock/templates/public/index.html b/stock/templates/public/index.html index 1a7fa810..0a06f224 100644 --- a/stock/templates/public/index.html +++ b/stock/templates/public/index.html @@ -4,6 +4,7 @@