Corriger le planning quotidien sans équipement
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
This commit is contained in:
parent
25545f81c3
commit
937883d17d
1 changed files with 2 additions and 4 deletions
|
|
@ -206,9 +206,7 @@
|
|||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ url_for('equipments_scheduled.edit_scheduled_task', id=task.equipment.id if task.equipment else equipment.id, task_id=task.id) }}" class="btn btn-sm btn-outline-primary">
|
||||
<i class="bi bi-pencil"></i>
|
||||
</a>
|
||||
{% if task.equipment %}<a href="{{ url_for('equipments_scheduled.edit_scheduled_task', id=task.equipment.id, task_id=task.id) }}" class="btn btn-sm btn-outline-primary"><i class="bi bi-pencil"></i></a>{% else %}<span class="text-muted">—</span>{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue