Move settings/addons to src/Module
This commit is contained in:
parent
3226b00995
commit
33d1df3c6d
11 changed files with 100 additions and 48 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{{foreach $addon_settings_forms as $addon => $addon_settings_form}}
|
||||
|
||||
<form action="settings/addon/{{$addon}}" method="post" autocomplete="off">
|
||||
<form action="settings/addons/{{$addon}}" method="post" autocomplete="off">
|
||||
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
|
||||
{{$addon_settings_form nofilter}}
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue