Inserted missing hidden input with form_security_token
This commit is contained in:
parent
a298a1f8d5
commit
5201e9009d
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
||||||
<div id="group-edit-wrapper">
|
<div id="group-edit-wrapper">
|
||||||
|
|
||||||
<form action="group/{{$gid}}" id="group-edit-form" method="post">
|
<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">
|
<div class="pull-left">
|
||||||
{{include file="field_input.tpl" field=$gname label=false}}
|
{{include file="field_input.tpl" field=$gname label=false}}
|
||||||
|
|
Loading…
Reference in a new issue