From 1bac739c5cbf13163072d6929c43f686c4a828c9 Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 5 Apr 2008 13:26:48 -0700 Subject: Implemented todolist javascript sorting --- templates/todolists/list.html | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'templates/todolists/list.html') diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 980328ab..6edf1324 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -9,22 +9,26 @@ {% endif %}

Package ToDo lists

- - - - - - - - {% for list in lists %} - - - - - - - - {% endfor %} + + + + + + + + + + + {% for list in lists %} + + + + + + + + {% endfor %} +
NameCreation DateCreatorDescriptionStatus
{{ list.name }}{{ list.date_added }}{{ list.creator.get_full_name }}{{ list.description }}{% if list.complete %}Complete{% else %}Incomplete{% endif %}
NameCreation DateCreatorDescriptionStatus
{{ list.name }}{{ list.date_added }}{{ list.creator.get_full_name }}{{ list.description }}{% if list.complete %}Complete{% else %}Incomplete{% endif %}
{% endblock %} -- cgit v1.2.3-54-g00ecf