diff --git a/templates/focus.html b/templates/focus.html index f753650..7f4c016 100644 --- a/templates/focus.html +++ b/templates/focus.html @@ -43,6 +43,7 @@ {% if item.task_id %} + {{ item.due_date if item.due_date else ' '|safe }} {% if item.title %} {{ item.title }} @@ -50,7 +51,6 @@ [Deleted] {% endif %} {% if item.estimated_minutes %}~{{ item.estimated_minutes }}min{% endif %} - {% if item.due_date %}{{ item.due_date }}{% endif %} {% elif item.list_item_id %} {% if item.list_item_content %}