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:
Jo-Philipp Wich 2018-04-06 12:06:02 +02:00
parent ef2e7db4ea
commit ec2ad15305

View file

@ -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