commit
8e20164d56
|
|
@ -130,7 +130,7 @@
|
|||
@endif
|
||||
<div class="form-group">
|
||||
{!! Form::labelWithHelp('organiser_logo', 'Organiser Logo', array('class'=>'control-label '),
|
||||
'We recommend a square image, as this will look best on printed tickets and event pages.') !!}l
|
||||
'We recommend a square image, as this will look best on printed tickets and event pages.') !!}
|
||||
{!!Form::styledFile('organiser_logo')!!}
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group custom-theme">
|
||||
{!! Form::label('description', 'Event Description', array('class'=>'control-label')) !!}
|
||||
{!! Form::label('description', 'Event Description', array('class'=>'control-label required')) !!}
|
||||
{!! Form::textarea('description', Input::old('description'),
|
||||
array(
|
||||
'class'=>'form-control editable',
|
||||
|
|
|
|||
Loading…
Reference in New Issue