diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index dde3385c..8eb5e13e 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -196,7 +196,7 @@ EMAIL_USE_TLS = 'True' == os.environ.get('AA_EMAIL_USE_TLS', 'True') # FORUM_URL - URL for your forums. Blank to hide link #################### KILLBOARD_URL = os.environ.get('AA_KILLBOARD_URL', '') -MEDIA_URL = os.environ.get('AA_MEDIA_URL', '') +EXTERNAL_MEDIA_URL = os.environ.get('AA_EXTERNAL_MEDIA_URL', '') FORUM_URL = os.environ.get('AA_FORUM_URL', '') ######################### diff --git a/stock/templates/public/index.html b/stock/templates/public/index.html index 039b7523..f0e8d755 100644 --- a/stock/templates/public/index.html +++ b/stock/templates/public/index.html @@ -66,9 +66,9 @@
{% endif %} - {% if MEDIA_URL %} + {% if EXTERNAL_MEDIA_URL %}
-
+