mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
No Need for if conditions on a blank due date as it is required
This commit is contained in:
@@ -33,12 +33,12 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Date Due</label>
|
||||
<label>Date Due <strong class="text-danger">*</strong></label>
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-calendar"></i></span>
|
||||
</div>
|
||||
<input type="date" class="form-control" name="due_date" value="<?php echo $project_due; ?>">
|
||||
<input type="date" class="form-control" name="due_date" value="<?php echo $project_due; ?>" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user