mirror of
https://github.com/friendica/friendica
synced 2024-11-15 17:59:29 +01:00
12 lines
210 B
Smarty
12 lines
210 B
Smarty
|
|
<h1>{{$title}}</h1>
|
|
|
|
|
|
<form action="settings/addon" method="post" autocomplete="off">
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
|
|
|
{{$settings_addons nofilter}}
|
|
|
|
</form>
|
|
|