Just display a document page transformation shot name (exclude the document page name)

This commit is contained in:
Roberto Rosario
2011-07-25 05:03:51 -04:00
parent 828ecd2a33
commit 80bb9810f1

View File

@@ -339,7 +339,7 @@ class DocumentPageTransformation(models.Model):
objects = DocumentPageTransformationManager()
def __unicode__(self):
return u'"%s" for %s' % (self.get_transformation_display(), unicode(self.document_page))
return self.get_transformation_display()
class Meta:
ordering = ('order',)