publishable setting fix
[redakcja.git] / apps / catalogue / models / chunk.py
index 3ce2050..00e18d9 100755 (executable)
@@ -38,6 +38,7 @@ class Chunk(dvcs_models.Document):
         ordering = ['number']
         verbose_name = _('chunk')
         verbose_name_plural = _('chunks')
         ordering = ['number']
         verbose_name = _('chunk')
         verbose_name_plural = _('chunks')
+        permissions = [('can_pubmark', 'Can mark for publishing')]
 
     # Representing
     # ============
 
     # Representing
     # ============