mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 00:31:50 +02:00
parent
faa096f3de
commit
032d89a9a6
2 changed files with 45 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue