]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/contacts-template.tpl
Move translation strings in their own array for confirm templates
[friendica.git] / view / templates / contacts-template.tpl
index 9253b862aab9809411ecf2257bb109411d318d69..de03c0e72a24b7306883ea436ed3be7251e5125f 100644 (file)
@@ -15,7 +15,8 @@
 {{$tabs nofilter}}
 
 <form action="{{$baseurl}}/contact/batch/" method="POST">
-       <input type="hidden" name="redirect_url" value="{{$cmd}}"/>
+       <input type="hidden" name="redirect_url" value="{{$cmd}}" />
+       <input type="hidden" name="form_security_token" value="{{$form_security_token}}" />
 {{foreach $contacts as $contact}}
        {{include file="contact_template.tpl"}}
 {{/foreach}}