diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 21:50:03 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 21:50:03 -0400 |
commit | e55a937802e61d6aece9e759bf16508575361df2 (patch) | |
tree | 3a85256d31e98dda481d0282497f09de47f640ac /templates | |
parent | cd7fd7f515e1cc75f037feb95c87c6c0a794e081 (diff) |
add list description to the list view page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/todolists/view.html | 5 |
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 %} |