Inserted missing hidden input with form_security_token

This commit is contained in:
Ralf Thees 2018-10-17 22:53:24 +02:00
parent a298a1f8d5
commit 5201e9009d
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
<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}}">
<div class="pull-left">
{{include file="field_input.tpl" field=$gname label=false}}
</div>