diff --git a/templates/home.html b/templates/home.html index 0d6a036f..c9c7fc38 100644 --- a/templates/home.html +++ b/templates/home.html @@ -253,7 +253,7 @@

Assigned To {% for task in recent_tasks %} - {{ task.task }} + {{ task.task }} {{ task.created_date | date}} {{ task.due_date | date}} {% if task.status == 1 %} Active {%elif task.status == 2%}Re-Opened{% elif task.status == 3%}Closed{% elif task.status == 4%}Cancelled {% endif %} @@ -294,7 +294,7 @@

{% for task in tasks_created %} - {{ task.task }} + {{ task.task }} {{ task.created_date | date}} {{ task.due_date | date}} {% if task.status == 1 %} Active {%elif task.status == 2%}Re-Opened{% elif task.status == 3%}Completed{% elif task.status == 4%}Cancelled {% endif %} @@ -332,7 +332,7 @@

You currently have no tasks Go to {{ task.task }} + {{ task.task }} {{ task.created_date | date}} {{ task.due_date | date}} {% if task.status == 1 %} Active {%elif task.status == 2%}Re-Opened{% elif task.status == 3%}Completed{% elif task.status == 4%}Cancelled {% endif %}