mirror of https://github.com/itflow-org/itflow
Fix Start Date Again on add event
This commit is contained in:
parent
325c2b1e7a
commit
6568aa326d
|
|
@ -54,7 +54,7 @@
|
|||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-clock"></i></span>
|
||||
</div>
|
||||
<input type="text" data-toggle="datetimepicker" data-target="#datetimepicker" class="form-control datetimepicker datetimepicker-input" name="start" required>
|
||||
<input type="datetime-local" class="form-control" name="start" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue