diff options
author | M. Dent <dentm42@gmail.com> | 2019-01-22 12:13:16 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-01-22 12:13:16 +0100 |
commit | cd8a0f33b5df4ae556bfcf274cfb3c4bd5fcdbf7 (patch) | |
tree | b9d571856acbcc20b131099e12a39e1ffc56401c /view | |
parent | 4c0378eeae7bc3ded539d3e25d61aed097dccdec (diff) | |
download | volse-hubzilla-cd8a0f33b5df4ae556bfcf274cfb3c4bd5fcdbf7.tar.gz volse-hubzilla-cd8a0f33b5df4ae556bfcf274cfb3c4bd5fcdbf7.tar.bz2 volse-hubzilla-cd8a0f33b5df4ae556bfcf274cfb3c4bd5fcdbf7.zip |
Add remaining hook insertions
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/group_edit.tpl | 1 |
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> |