From e55a937802e61d6aece9e759bf16508575361df2 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Fri, 27 Jun 2008 21:50:03 -0400 Subject: add list description to the list view page --- templates/todolists/view.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/todolists/view.html') diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 9e9acba..f278fe4 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -66,5 +66,10 @@ {% endfor %} +
+
+

List Description

+ {{list.description}} +
{% endblock %} -- cgit v1.2.3-24-g4f1b