diff --git a/app/controllers/admin/GroupsController.php b/app/controllers/admin/GroupsController.php index e182128e43..79977e298c 100755 --- a/app/controllers/admin/GroupsController.php +++ b/app/controllers/admin/GroupsController.php @@ -56,7 +56,7 @@ class GroupsController extends AdminController { { // Declare the rules for the form validation $rules = array( - 'name' => 'required|alpha_dash|min:2', + 'name' => 'required|alpha_space|min:2', ); // Create a new validator instance from our validation rules diff --git a/app/views/backend/groups/create.blade.php b/app/views/backend/groups/create.blade.php index 8b61fab30c..1db2dddfda 100755 --- a/app/views/backend/groups/create.blade.php +++ b/app/views/backend/groups/create.blade.php @@ -2,89 +2,79 @@ {{-- Web site Title --}} @section('title') -Create a Group :: +Create Group :: @parent @stop {{-- Content --}} @section('content') -