diff options
author | friendica <info@friendica.com> | 2012-03-18 17:57:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-18 17:57:54 -0700 |
commit | 02786d6ed0811b0d63c0e466309dfda7740e2609 (patch) | |
tree | f28947b8a85bec2c909958f9ed5f6a0c2424c348 /view | |
parent | 37f4cbd732de8af22038a06792087c30d4c67989 (diff) | |
parent | c286681158a5c766d740f66cc70d1ef95c34b92a (diff) | |
download | volse-hubzilla-02786d6ed0811b0d63c0e466309dfda7740e2609.tar.gz volse-hubzilla-02786d6ed0811b0d63c0e466309dfda7740e2609.tar.bz2 volse-hubzilla-02786d6ed0811b0d63c0e466309dfda7740e2609.zip |
Merge branch 'pull'
Diffstat (limited to 'view')
-rwxr-xr-x | view/group_drop.tpl | 2 | ||||
-rwxr-xr-x | view/group_edit.tpl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/view/group_drop.tpl b/view/group_drop.tpl index cbae1610f..2cbebbb8e 100755 --- a/view/group_drop.tpl +++ b/view/group_drop.tpl @@ -1,5 +1,5 @@ <div class="group-delete-wrapper button" id="group-delete-wrapper-$id" > - <a href="group/drop/$id" + <a href="group/drop/$id?t=$form_security_token" onclick="return confirmDelete();" id="group-delete-icon-$id" class="icon drophide group-delete-icon" diff --git a/view/group_edit.tpl b/view/group_edit.tpl index 3689db753..2fa2b1a55 100755 --- a/view/group_edit.tpl +++ b/view/group_edit.tpl @@ -3,6 +3,7 @@ <div id="group-edit-wrapper" > <form action="group/$gid" id="group-edit-form" method="post" > + <input type='hidden' name='form_security_token' value='$form_security_token'> {{ inc field_input.tpl with $field=$gname }}{{ endinc }} {{ if $drop }}$drop{{ endif }} |