aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2013-06-09 01:07:46 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2013-06-09 01:07:46 +0000
commitfb13fed241a4c8e4689c86a943b845de3209ea2a (patch)
treea7d63b55613ce19fca764c91f4c068f62c24dcb1
parentFix correct sponsor in URL. (diff)
downloadgentoo-ads-config-fb13fed241a4c8e4689c86a943b845de3209ea2a.tar.gz
gentoo-ads-config-fb13fed241a4c8e4689c86a943b845de3209ea2a.tar.bz2
gentoo-ads-config-fb13fed241a4c8e4689c86a943b845de3209ea2a.zip
Use protocol-relative URL for images.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 91d936d..cef3b63 100644
--- a/settings.py
+++ b/settings.py
@@ -91,7 +91,7 @@ MEDIA_ROOT = '/var/www/ads.gentoo.org/htdocs/media/'
# Examples: "http://media.lawrence.com", "http://example.com/media/"
## this is hypothecal at this time
-MEDIA_URL = 'http://www.gentoo.org/images/'
+MEDIA_URL = '//www.gentoo.org/images/'
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.