diff --git a/todo/templates/todo/list_detail.html b/todo/templates/todo/list_detail.html index 0f8ba8a..5e4286a 100644 --- a/todo/templates/todo/list_detail.html +++ b/todo/templates/todo/list_detail.html @@ -4,33 +4,32 @@ {% block content %} {% if list_slug == "mine" %} @@ -45,34 +44,34 @@ {% csrf_token %} {# Only show task adder if viewing a list is not "mine" #} {% if list_slug != "mine" %} -
{{ form.title.errors }} | +{{ form.due_date.errors }} | +||
{{ form.title }} | +{{ form.due_date }} | +{{ form.assigned_to }} | ++ |
+
+ {{ form.note }}
+ *Email notifications will only be sent if task is assigned to someone besides yourself. + |
+
{{ form.title.errors }} | -{{ form.due_date.errors }} | -||
{{ form.title }} | -{{ form.due_date }} | -{{ form.assigned_to }} | -- |
- {{ form.note }}
- *Email notifications will only be sent if task is assigned to someone besides yourself. - |
-
Done | -Task | -Created | -Due on | -Owner | -Assigned | -Note | -Comm | - {% if list_slug == "mine" %} -List | - {% endif %} -Del | -
---|---|---|---|---|---|---|---|---|---|
Done | +Task | +Created | +Due on | +Owner | +Assigned | +Note | +Comm | + {% if list_slug == "mine" %} +List | + {% endif %} +Del | +
- | {{ task.title|truncatewords:20 }} | -{{ task.created_date|date:"m/d/Y" }} | -- {% if task.overdue_status %}{% endif %} - {{ task.due_date|date:"m/d/Y" }} - {% if task.overdue_status %}{% endif %} - | -{{ task.created_by }} | -{% if task.assigned_to %}{{ task.assigned_to }}{% else %}Anyone{% endif %} | -{% if task.note %}≈{% endif %} | -{% if task.comment_set.all.count != 0 %}{{ task.comment_set.all.count }}{% endif %} | - {% if list_slug == "mine" %} -{{ task.list }} | - {% endif %} -- |
+ | {{ task.title|truncatewords:20 }} | +{{ task.created_date|date:"m/d/Y" }} | ++ {% if task.overdue_status %}{% endif %} + {{ task.due_date|date:"m/d/Y" }} + {% if task.overdue_status %}{% endif %} + | +{{ task.created_by }} | +{% if task.assigned_to %}{{ task.assigned_to }}{% else %}Anyone{% endif %} | +{% if task.note %}≈{% endif %} | +{% if task.comment_set.all.count != 0 %}{{ task.comment_set.all.count }}{% endif %} | + {% if list_slug == "mine" %} +{{ task.list }} | + {% endif %} ++ |
Undo | -Task | -Created | -Completed on | -Note | -Comm | - {% if list_slug == "mine" %} -List | - {% endif %} -Del | -
---|---|---|---|---|---|---|---|
Undo | +Task | +Created | +Completed on | +Note | +Comm | + {% if list_slug == "mine" %}List | {% endif %} +Del | +
- | {{ task.title|truncatewords:20 }} | -{{ task.created_date|date:"m/d/Y" }} | -{{ task.completed_date|date:"m/d/Y" }} | -{% if task.note %}≈{% endif %} | -{% if task.comment_set.all.count != 0 %}{{ task.comment_set.all.count }}{% endif %} - | - | |
+ | {{ task.title|truncatewords:20 }} | +{{ task.created_date|date:"m/d/Y" }} | +{{ task.completed_date|date:"m/d/Y" }} | +{% if task.note %}≈{% endif %} | +{% if task.comment_set.all.count != 0 %}{{ task.comment_set.all.count }}{% endif %} + | + |