Fix class name.
--- 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', '')