luci-mod-freifunk: dispatch SimpleForm model using the form() action
This fixes issues dicovered by check-controllers.sh Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
ef2e7db4ea
commit
ec2ad15305
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ function index()
|
|||
page.order = 10
|
||||
|
||||
page = node("admin", "freifunk", "basics", "profile_expert")
|
||||
page.target = cbi("freifunk/profile_expert")
|
||||
page.target = form("freifunk/profile_expert")
|
||||
page.title = _("Profile (Expert)")
|
||||
page.order = 20
|
||||
|
||||
|
|
Loading…
Reference in a new issue