X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3546a2b2d5f52224bcf95803030611ab505f29cd..861a08cdc38728e9f988a0a321e62693e26e947f:/apps/explorer/models.py diff --git a/apps/explorer/models.py b/apps/explorer/models.py index a8a8c3b2..7ab6b095 100644 --- a/apps/explorer/models.py +++ b/apps/explorer/models.py @@ -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