summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9e9acba..f278fe4 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 %}