Adjust dashboard calendar task text to field-first format

This commit is contained in:
Kai
2026-02-16 13:02:55 +01:00
parent 8b540fb918
commit 51181a83c8
2 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@
{{if .Tasks}}
<ul class="task-sublist">
{{range .Tasks}}
<li>{{.Type}}: {{.Message}}</li>
<li>{{.Field}}: {{.Message}}</li>
{{end}}
</ul>
{{else}}