aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_connectors.tpl
blob: 8bea9ca63cc61053708adde1adb0efa2b697b6a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<div class="generic-content-wrapper-styled">
<h1>{{$title}}</h1>

<form action="settings/connectors" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>

{{$settings_connectors}}

</form>
</div>