# HG changeset patch # User Alexandre Segura # Date 1493317174 -7200 # Node ID 71cad12c08622885bef302964e1f1a7fc2a5c1af # Parent 5637f918384a01df8256457114260f7c1def085d Fix class name. diff -r 5637f918384a -r 71cad12c0862 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', '')