diff options
| -rw-r--r-- | chimere/templates/chimere/detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/chimere/detail.html b/chimere/templates/chimere/detail.html index d7c9449..1dc9781 100644 --- a/chimere/templates/chimere/detail.html +++ b/chimere/templates/chimere/detail.html @@ -35,7 +35,7 @@ {% for multimedia_item in marker.multimedia_items %} <div id="tab-{{ forloop.counter }}"> {% if multimedia_item.picture %} - <img alt="{{multimedia_picture.name}}" src='{{MEDIA_URL}}{{multimedia_picture}}'/>{% endif %} + <img alt="{{multimedia_item.name}}" src='{{MEDIA_URL}}{{multimedia_item.picture}}'/>{% endif %} {% if multimedia_item.url and not multimedia_item.multimedia_type.iframe %} <div class="media-player"> <span class="media-label">{{multimedia_item.name}}</span> |
