diff options
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 %} |