luci-app-adblock: fix SimpleForm page delegation
authorJo-Philipp Wich <jo@mein.io>
Thu, 5 Apr 2018 17:21:50 +0000 (19:21 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 5 Apr 2018 17:21:50 +0000 (19:21 +0200)
Invoke the SimpleForm models using the form() action, not the cbi() ones.
This avoids the extraneous rendering of the cbi header template, avoiding
rejected save operations due to duplicated token value.

Fixes #1722.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>

No differences found