From 5411a6cdead6a89091e73676368cf0f0e96ebbb2 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 21 Mar 2016 18:12:43 +0000 Subject: [PATCH] - remove multi-line comments from event customize page (https://github.com/Attendize/Attendize/issues/13#issuecomment-199406482) --- .../views/ManageEvent/Customize.blade.php | 39 +------------------ 1 file changed, 1 insertion(+), 38 deletions(-) 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. - -
- -
-
-
- {!! Form::styledFile('bg_image_path') !!} -
- - @if($event->bg_type == 'custom_image') - - @endif - -
-
-
- --}} - @stop - -