Fixed #200 , fixed #201

This commit is contained in:
Pinga 2025-01-29 14:42:02 +02:00
parent faa096f3de
commit 032d89a9a6
2 changed files with 45 additions and 19 deletions

View file

@ -322,8 +322,8 @@
</div>
<div class="col-sm-6 col-md-6">
<div class="mb-3">
<label for="promotionEnd" class="form-label">{{ __('Promotion End Date') }}</label>
<input type="datetime-local" class="form-control" placeholder="e.g., 01/01/2023" id="promotionEnd" name="promotionEnd">
<label for="promotionEnd" class="form-label required">{{ __('Promotion End Date') }}</label>
<input type="datetime-local" class="form-control" placeholder="e.g., 01/01/2023" id="promotionEnd" name="promotionEnd" required>
</div>
</div>
</div>
@ -387,7 +387,7 @@
<td>{{ phase.phase_category }}</td>
<td>{{ phase.phase_description }}</td>
<td>{{ phase.start_date }}</td>
<td>{{ phase.end_date }}</td>
<td>{{ phase.end_date|default('N/A') }}</td>
</tr>
{% else %}
<tr>