correction for prod v0.8.3 V00.08.03
authorcavaliet
Thu, 05 Dec 2013 17:11:12 +0100
changeset 254 02d84b445d6f
parent 253 7498cc463ca4
child 255 f7c857ef0133
correction for prod v0.8.3
src/egonomy/__init__.py
src/egonomy/templates/egonomy_annotate_picture.html
--- a/src/egonomy/__init__.py	Thu Dec 05 16:26:59 2013 +0100
+++ b/src/egonomy/__init__.py	Thu Dec 05 17:11:12 2013 +0100
@@ -1,4 +1,4 @@
-VERSION = (0, 8, 2, "final", 1)
+VERSION = (0, 8, 3, "final", 1)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/egonomy/templates/egonomy_annotate_picture.html	Thu Dec 05 16:26:59 2013 +0100
+++ b/src/egonomy/templates/egonomy_annotate_picture.html	Thu Dec 05 17:11:12 2013 +0100
@@ -44,7 +44,7 @@
             <article class="edition">
                 <div class="slideshow box-edition">
                     <a draggable="true" ondragstart="onDragImage(event)"
-                       data-image="{% absstatic img.info.image_file.url %}" 
+                       data-image="{% static img.info.image_file.url %}" 
                        data-clip-path=""
                        data-title="{{ img.metadata.titre|default:_('No title') }}" 
                        data-description="{% trans 'Author' %} : {{ img.metadata.auteur|default:_('Not documented') }}" href="{% url 'annotate_picture' image_id=img.id %}">