aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_edit.tpl
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2019-01-22 12:13:16 +0100
committerMario <mario@mariovavti.com>2019-01-22 12:13:16 +0100
commitcd8a0f33b5df4ae556bfcf274cfb3c4bd5fcdbf7 (patch)
treeb9d571856acbcc20b131099e12a39e1ffc56401c /view/tpl/group_edit.tpl
parent4c0378eeae7bc3ded539d3e25d61aed097dccdec (diff)
downloadvolse-hubzilla-cd8a0f33b5df4ae556bfcf274cfb3c4bd5fcdbf7.tar.gz
volse-hubzilla-cd8a0f33b5df4ae556bfcf274cfb3c4bd5fcdbf7.tar.bz2
volse-hubzilla-cd8a0f33b5df4ae556bfcf274cfb3c4bd5fcdbf7.zip
Add remaining hook insertions
Diffstat (limited to 'view/tpl/group_edit.tpl')
-rwxr-xr-xview/tpl/group_edit.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/group_edit.tpl b/view/tpl/group_edit.tpl
index 88f037abe..60038701e 100755
--- a/view/tpl/group_edit.tpl
+++ b/view/tpl/group_edit.tpl
@@ -13,6 +13,7 @@
<input type='hidden' name='form_security_token' value='{{$form_security_token_edit}}'>
{{include file="field_input.tpl" field=$gname}}
{{include file="field_checkbox.tpl" field=$public}}
+ {{$pgrp_extras}}
<a href="group/drop/{{$gid}}?t={{$form_security_token_drop}}" onclick="return confirmDelete();" class="btn btn-sm btn-danger">
{{$delete}}
</a>