From 5201e9009dbabae9b598a3ee5399ff228696fe0e Mon Sep 17 00:00:00 2001
From: Ralf Thees <ralf@herrthees.de>
Date: Wed, 17 Oct 2018 22:53:24 +0200
Subject: [PATCH] Inserted missing hidden input with form_security_token

---
 view/theme/frio/templates/group_edit.tpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/view/theme/frio/templates/group_edit.tpl b/view/theme/frio/templates/group_edit.tpl
index 174c292e0..5b7f1a643 100644
--- a/view/theme/frio/templates/group_edit.tpl
+++ b/view/theme/frio/templates/group_edit.tpl
@@ -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>