diff --git a/todo/templates/todo/include/toggle_delete.html b/todo/templates/todo/include/toggle_delete.html
index 50d6334..f28def2 100644
--- a/todo/templates/todo/include/toggle_delete.html
+++ b/todo/templates/todo/include/toggle_delete.html
@@ -1,8 +1,12 @@
-{% if list_slug != "mine" %} {% if view_completed %}
- View incomplete tasks
-{% else %}
- View completed tasks
-{% endif %}
-Delete this list
-{% endif %}
\ No newline at end of file
+ {% if list_slug != "mine" %}
+ {% if view_completed %}
+ View incomplete tasks
+
+ {% else %}
+ View completed tasks
+
+ {% endif %}
+
+ Delete this list
+ {% endif %}