aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/settings_addons.tpl2
-rw-r--r--view/tpl/smarty3/settings_addons.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl
index 84171dc8d..9a4f95341 100644
--- a/view/tpl/settings_addons.tpl
+++ b/view/tpl/settings_addons.tpl
@@ -1,7 +1,7 @@
<h1>$title</h1>
-<form action="settings/addon" method="post" autocomplete="off">
+<form action="settings/featured" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='$form_security_token'>
$settings_addons
diff --git a/view/tpl/smarty3/settings_addons.tpl b/view/tpl/smarty3/settings_addons.tpl
index 52b71f1db..b8613bec6 100644
--- a/view/tpl/smarty3/settings_addons.tpl
+++ b/view/tpl/smarty3/settings_addons.tpl
@@ -6,7 +6,7 @@
<h1>{{$title}}</h1>
-<form action="settings/addon" method="post" autocomplete="off">
+<form action="settings/featured" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
{{$settings_addons}}