Galeria skanów z przewijaniem, bez zoom'a.
[redakcja.git] / apps / explorer / models.py
index a8a8c3b..7ab6b09 100644 (file)
@@ -102,4 +102,4 @@ class GalleryForDocument(models.Model):
     document = models.CharField(max_length=255)
 
     def __unicode__(self):
-        return u"%s:%s" % self.subpath, self.document
\ No newline at end of file
+        return u"%s:%s" % (self.subpath, self.document)
\ No newline at end of file