diff --git a/todo/templates/todo/add_external_task.html b/todo/templates/todo/add_external_task.html index 48f2aae..9184dda 100644 --- a/todo/templates/todo/add_external_task.html +++ b/todo/templates/todo/add_external_task.html @@ -18,11 +18,11 @@
{{ list.name }} is gone.
- - Return to lists + + Return to lists {% else %} @@ -21,17 +21,17 @@Category tally:
-... all of which will be irretrievably blown away. Are you sure you want to do that?
@@ -51,7 +51,7 @@ - - - + + + {% endblock %} \ No newline at end of file diff --git a/todo/templates/todo/list_lists.html b/todo/templates/todo/list_lists.html index 8e6cda2..e05e8dc 100644 --- a/todo/templates/todo/list_lists.html +++ b/todo/templates/todo/list_lists.html @@ -15,7 +15,7 @@ {% endif %}{{ item_count }} items in {{ list_count }} lists
{% regroup list_list by group as section_list %} @@ -30,12 +30,12 @@ {% endfor %} - +{{ f.title }}
-
+
On list: {{ f.list }}
Assigned to: {{ f.assigned_to }} (created by: {{ f.created_by }})
Complete: {{ f.completed|yesno:"Yes,No" }}
-
+