diff --git a/apps/history/registry.py b/apps/history/registry.py index 3157eed493..c50786f13c 100644 --- a/apps/history/registry.py +++ b/apps/history/registry.py @@ -5,9 +5,8 @@ from django.utils.translation import ugettext_lazy as _ from .icons import icon_history_list from .links import history_list -name = 'history' label = _(u'History') description = _(u'Handles the events registration and event logging.') -dependencies = ['app_registry'] +dependencies = ['app_registry', 'icons', 'navigation'] icon = icon_history_list tool_links = [history_list]