forgotten return
authordurandn
Mon, 12 Sep 2016 11:52:30 +0200
changeset 177 87c877f73139
parent 176 ef200c865025
child 178 138bb8d808a8
forgotten return
src/iconolab/views/iconolab.py
--- a/src/iconolab/views/iconolab.py	Mon Sep 05 18:02:39 2016 +0200
+++ b/src/iconolab/views/iconolab.py	Mon Sep 12 11:52:30 2016 +0200
@@ -247,7 +247,7 @@
         context['image'] = image
         context['form'] = annotation_form
         context['tags_data'] = '[]'
-        render(request, 'iconolab/change_annotation.html', context)
+        return render(request, 'iconolab/change_annotation.html', context)
 
 class ShowAnnotationView(View, ContextMixin, IconolabObjectView):