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 %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<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">
|
{% 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 %}
|
||||||
<i class="bi bi-pencil"></i>
|
|
||||||
</a>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
@ -265,4 +263,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue