add highlight report

This commit is contained in:
2025-09-27 21:09:59 +02:00
parent ed1d991a84
commit 2eb770a328
11 changed files with 207 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<h3 class="card-header">{{ reports.status.takeLang }}</h3>
<div class="card-body">
{% for report in reports.reports %}
{{ sets.cardView(report, reports.status, reportToDoList) }}
{{ sets.cardView(report, reports.status, reportToDoList,highlightStatus) }}
{% endfor %}
</div>
</div>