correct image path in back office
authorymh <ymh.work@gmail.com>
Wed, 01 Jan 2014 17:55:04 +0100
changeset 236 92b880e5901c
parent 235 94e489c5f883
child 237 9b02cc842a69
correct image path in back office
src/jocondelab/templates/jocondelab/term_edit.html
--- a/src/jocondelab/templates/jocondelab/term_edit.html	Tue Dec 31 16:15:18 2013 +0100
+++ b/src/jocondelab/templates/jocondelab/term_edit.html	Wed Jan 01 17:55:04 2014 +0100
@@ -191,7 +191,7 @@
             {% with thumbnail=notice.thumbnails.0 %}
             <div class="notice-img">
             {% if thumbnail %}
-            <img src="{{JOCONDE_IMAGE_BASE_URL}}{{ thumbnail.url }}" />
+            <img src="{{ thumbnail.url }}" />
             {% endif %}
             </div>
             {% endwith %}