]> 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 1631640a0a5ed0a93af54d9659d6efacd0328423..de03c0e72a24b7306883ea436ed3be7251e5125f 100644 (file)
@@ -15,6 +15,8 @@
 {{$tabs nofilter}}
 
 <form action="{{$baseurl}}/contact/batch/" method="POST">
+       <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}}