mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Merge branch 'dynamicdns' of https://github.com/steglicd/Plinth into dynamicdns
use package framework for installing ez-ipupdate
This commit is contained in:
commit
c31161a056
@ -42,7 +42,7 @@ 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('dynamicdns', '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