--- 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 %}">