This commit is contained in:
2026-02-10 19:16:33 +01:00
parent 19a6182267
commit 758767a4d4
6 changed files with 324 additions and 32 deletions

View File

@@ -26,7 +26,7 @@
<strong>Tasks Completed:</strong>
<ul style="margin: 5px 0; padding-left: 20px;">
{% for task in entry.tasks %}
<li>{{ task.task_name }} <small>({{ task.completed_at.strftime('%H:%M') }})</small></li>
<li>{{ task.name }} <small>({{ task.completed_at.strftime('%H:%M') if task.completed_at else 'Done' }})</small></li>
{% endfor %}
</ul>
</div>