Amélioration visuel véhicule
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% load static %}
|
||||
|
||||
<link rel="stylesheet" href="{% static 'mycaldav/style.css' %}">
|
||||
<div class="ifram_main_div">
|
||||
<div class="ifram_main_div" style="height: 140px; overflow: auto;">
|
||||
{% if latest_task_list %}
|
||||
<table>
|
||||
{% for task in latest_task_list %}
|
||||
|
@@ -15,9 +15,7 @@
|
||||
</svg>
|
||||
{% endif %}
|
||||
{% if task.team_manif %}
|
||||
<svg class="team_svg_icon" x="0px" y="0px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<use class="team_svg_icon" xlink:href="{% static 'mycaldav/images/team_manif.svg' %}#icon"></use>
|
||||
</svg>
|
||||
Manif
|
||||
{% endif %}
|
||||
</td>
|
||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||
|
Reference in New Issue
Block a user