Update and enable the document comments app

This commit is contained in:
Roberto Rosario
2012-09-14 01:37:56 -04:00
parent 95137ec5b0
commit bed5b4621d
7 changed files with 32 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy as _
from .icons import icon_comments_for_document
label = _(u'Comments')
description = _(u'Handles document comments.')
icon = icon_comments_for_document
dependencies = ['app_registry', 'icons', 'documents', 'permissions', 'navigation']