]> git.parisson.com Git - telemeta.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Nov 2014 12:01:23 +0000 (13:01 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Nov 2014 12:01:23 +0000 (13:01 +0100)
telemeta/views/collection.py

index eac26610faab1144382079cf69d3961ed1e9b9a6..3a54ed3705ccda40831725e346c5b26f8bba528d 100644 (file)
@@ -316,7 +316,7 @@ class CollectionEditView(CollectionViewMixin, UpdateWithInlinesView):
         return reverse_lazy('telemeta-collection-detail', kwargs={'public_id':self.kwargs['public_id']})
 
     def get_context_data(self, **kwargs):
-        context = super(CollectionCopyView, self).get_context_data(**kwargs)
+        context = super(CollectionEditView, self).get_context_data(**kwargs)
         collection = self.get_object()
         context['collection'] = collection
         return context