diff --git a/app/templates/tasks/edit.html b/app/templates/tasks/edit.html
index b998c72..f876d5b 100644
--- a/app/templates/tasks/edit.html
+++ b/app/templates/tasks/edit.html
@@ -247,7 +247,7 @@
{% if task.status == 'todo' or task.status == 'in_progress' %}
-
+
Start Timer
{% endif %}
diff --git a/app/templates/tasks/list.html b/app/templates/tasks/list.html
index 449f143..953c64f 100644
--- a/app/templates/tasks/list.html
+++ b/app/templates/tasks/list.html
@@ -203,7 +203,7 @@
{% endif %}
-
+
Start Timer
@@ -300,7 +300,7 @@
View Details
{% if task.status == 'todo' or task.status == 'in_progress' %}
-
+
Start Timer
{% endif %}
diff --git a/app/templates/tasks/my_tasks.html b/app/templates/tasks/my_tasks.html
index 17071d1..9ddb919 100644
--- a/app/templates/tasks/my_tasks.html
+++ b/app/templates/tasks/my_tasks.html
@@ -210,7 +210,7 @@
{% endif %}
-
+
Start Timer
@@ -321,7 +321,7 @@
View Details
{% if task.status == 'todo' or task.status == 'in_progress' %}
-
+
Start Timer
{% endif %}
diff --git a/app/templates/tasks/overdue.html b/app/templates/tasks/overdue.html
index 234dcf0..662e175 100644
--- a/app/templates/tasks/overdue.html
+++ b/app/templates/tasks/overdue.html
@@ -97,7 +97,7 @@
Edit
{% endif %}
-
Timer
diff --git a/app/templates/tasks/view.html b/app/templates/tasks/view.html
index b525dd7..bb276aa 100644
--- a/app/templates/tasks/view.html
+++ b/app/templates/tasks/view.html
@@ -50,7 +50,7 @@
{% if task.status == 'todo' or task.status == 'in_progress' %}
-
+
Start Timer
{% endif %}
diff --git a/templates/projects/view.html b/templates/projects/view.html
index 46dfbf2..6cc1d6e 100644
--- a/templates/projects/view.html
+++ b/templates/projects/view.html
@@ -37,7 +37,7 @@
Back
-
+
Start Timer
@@ -227,7 +227,7 @@
-