summaryrefslogtreecommitdiff
path: root/chimere/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/views.py')
-rw-r--r--chimere/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/views.py b/chimere/views.py
index 0785998..59fc3b8 100644
--- a/chimere/views.py
+++ b/chimere/views.py
@@ -50,7 +50,7 @@ def get_base_response(area_name=""):
"""
Get the base url
"""
- base_response_dct = {'media_path':settings.STATIC_URL,}
+ base_response_dct = {'media_path':settings.MEDIA_URL,}
base_url = reverse("chimere:index") # App urls must be included with namespace
if not base_url.startswith('/'):
base_url = '/' + base_url