diff options
Diffstat (limited to 'chimere/templates/detail.html')
| -rw-r--r-- | chimere/templates/detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/detail.html b/chimere/templates/detail.html index a1b61b6..c35f664 100644 --- a/chimere/templates/detail.html +++ b/chimere/templates/detail.html @@ -2,7 +2,7 @@ {% load sanitize %} <h2>{{ marker.name }}</h2> <div id='detail_content'> -{% if marker.picture %}<img src='{{media_path}}{{marker.picture}}' alt='{{marker.name}}'/>{%endif%} +{% if marker.picture %}<img src='{{STATIC_URL}}{{marker.picture}}' alt='{{marker.name}}'/>{%endif%} <div> {% if dated %} <p id='detail_start_date'><label>{% trans "Date:" %}</label> <span>{{marker.start_date|date:"D d M Y"}} |
