tasks
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user