summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-06-27 21:50:03 -0400
committerDusty Phillips <buchuki@gmail.com>2008-06-27 21:50:03 -0400
commite55a937802e61d6aece9e759bf16508575361df2 (patch)
tree3a85256d31e98dda481d0282497f09de47f640ac
parentcd7fd7f515e1cc75f037feb95c87c6c0a794e081 (diff)
downloadarchweb-e55a937802e61d6aece9e759bf16508575361df2.tar.gz
archweb-e55a937802e61d6aece9e759bf16508575361df2.zip
add list description to the list view page
-rw-r--r--templates/todolists/view.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index 9e9acbaf..f278fe4e 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -66,5 +66,10 @@
{% endfor %}
</tbody>
</table>
+ <br />
+ <div class="box">
+ <h3>List Description</h3>
+ {{list.description}}
+ </div>
</div>
{% endblock %}