mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
pep8 guideline adaption
This commit is contained in:
parent
e91aa7fa44
commit
ae4bdc0970
@ -42,7 +42,8 @@ subsubmenu = [{'url': reverse_lazy('dynamicdns:index'),
|
|||||||
def init():
|
def init():
|
||||||
"""Initialize the dynamicdns module"""
|
"""Initialize the dynamicdns module"""
|
||||||
menu = cfg.main_menu.get('apps:index')
|
menu = cfg.main_menu.get('apps:index')
|
||||||
menu.add_urlname('Dynamic DNS', 'glyphicon-comment', 'dynamicdns:index', 40)
|
menu.add_urlname('Dynamic DNS', 'glyphicon-comment', \
|
||||||
|
'dynamicdns:index', 40)
|
||||||
|
|
||||||
|
|
||||||
@login_required
|
@login_required
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user