changed menu entry name to a more fancy string

This commit is contained in:
Daniel Steglich 2015-01-05 00:29:03 +01:00
parent 6c214c915c
commit 4306e4c770

View File

@ -41,7 +41,7 @@ subsubmenu = [{'url': reverse_lazy('dynamicdns:index'),
def init():
"""Initialize the dynamicdns module"""
menu = cfg.main_menu.get('apps:index')
menu.add_urlname('dynamicdns', 'glyphicon-comment', 'dynamicdns:index', 40)
menu.add_urlname('Dynamic DNS', 'glyphicon-comment', 'dynamicdns:index', 40)
@login_required