Fix class name.
authorAlexandre Segura <mex.zktk@gmail.com>
Thu, 27 Apr 2017 20:19:34 +0200
changeset 479 71cad12c0862
parent 478 5637f918384a
child 480 46e812f74e31
Fix class name.
src/iconolab/views/objects.py
--- a/src/iconolab/views/objects.py	Thu Apr 27 13:15:02 2017 +0200
+++ b/src/iconolab/views/objects.py	Thu Apr 27 20:19:34 2017 +0200
@@ -474,7 +474,7 @@
 
 
     def get_context_data(self, **kwargs):
-        context = super(ShowAnnotationView, self).get_context_data(**kwargs)
+        context = super(ShowAnnotationViewOld, self).get_context_data(**kwargs)
         context['collection_name'] = self.kwargs.get('collection_name', '')
         context['image_guid'] = self.kwargs.get('image_guid', '')
         context['annotation_guid'] = self.kwargs.get('annotation_guid', '')