diff --git a/resources/views/ManageEvent/Customize.blade.php b/resources/views/ManageEvent/Customize.blade.php index 0f47e7c0..6b3e2a0f 100644 --- a/resources/views/ManageEvent/Customize.blade.php +++ b/resources/views/ManageEvent/Customize.blade.php @@ -1,9 +1,4 @@ -{{-- - -@todo Rewrite the JS for choosing event bg images and colours. - ---}} - +{{-- @todo Rewrite the JS for choosing event bg images and colours. --}} @extends('Shared.Layouts.Master') @section('title') @@ -342,7 +337,6 @@ -

@@ -369,35 +363,6 @@

- {{-- - ## Ability to have a custom background image is disbaled for now. - -
-
-

- - Use my own image - -

-
-
-
-
- {!! Form::styledFile('bg_image_path') !!} -
- - @if($event->bg_type == 'custom_image') - - @endif - -
-
-
- --}} - @stop - -