From a7aee2fe1c1fa3a84f4a42dfc907e177236da2c1 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 15 Jun 2015 18:39:02 -0700 Subject: [PATCH] Location no longer required for users --- app/views/backend/users/edit.blade.php | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/app/views/backend/users/edit.blade.php b/app/views/backend/users/edit.blade.php index db659b13eb..97966b82d1 100755 --- a/app/views/backend/users/edit.blade.php +++ b/app/views/backend/users/edit.blade.php @@ -129,7 +129,7 @@
+
{{ Form::select('location_id', $location_list , Input::old('location_id', $user->location_id), array('class'=>'select2', 'style'=>'width:250px')) }} {{ $errors->first('location_id', '
:message') }} @@ -174,20 +174,6 @@
- - -
- -
- - - {{ $errors->first('username', '
:message') }} -

@lang('admin/users/table.username_note')

-
-
- - -