X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/663d1c8f22c26b51c0c132388cde9d28fa6eeef0..861a08cdc38728e9f988a0a321e62693e26e947f:/apps/explorer/models.py?ds=sidebyside 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