diff --git a/src/main/twirl/gitbucket/core/account/creategroup.scala.html b/src/main/twirl/gitbucket/core/account/creategroup.scala.html
index 2f0d742..04c3902 100644
--- a/src/main/twirl/gitbucket/core/account/creategroup.scala.html
+++ b/src/main/twirl/gitbucket/core/account/creategroup.scala.html
@@ -3,7 +3,7 @@
Create group
- @gitbucket.core.account.html.groupform(None, members, s"${context.path}/groups/new")
+ @gitbucket.core.account.html.groupform(None, members, s"${context.path}/groups/new", false)
}
diff --git a/src/main/twirl/gitbucket/core/account/editgroup.scala.html b/src/main/twirl/gitbucket/core/account/editgroup.scala.html
index 59fd3c4..6664afc 100644
--- a/src/main/twirl/gitbucket/core/account/editgroup.scala.html
+++ b/src/main/twirl/gitbucket/core/account/editgroup.scala.html
@@ -1,9 +1,8 @@
@(account: gitbucket.core.model.Account,
members: List[gitbucket.core.model.GroupMember])(implicit context: gitbucket.core.controller.Context)
-@import gitbucket.core.view.helpers
@gitbucket.core.html.main("Edit group"){
@gitbucket.core.account.html.menu("profile", account.userName, true){