Fixed display for required field
This commit is contained in:
parent
7322b3886c
commit
ba7ea61bff
|
|
@ -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