Update and enable the document comments app
This commit is contained in:
10
apps/document_comments/registry.py
Normal file
10
apps/document_comments/registry.py
Normal 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']
|
||||
Reference in New Issue
Block a user