summaryrefslogtreecommitdiffstats
path: root/templates/todolists/public_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/todolists/public_list.html')
-rw-r--r--templates/todolists/public_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/public_list.html b/templates/todolists/public_list.html
index e2f2ef9..7284120 100644
--- a/templates/todolists/public_list.html
+++ b/templates/todolists/public_list.html
@@ -9,7 +9,7 @@
{% for list in todo_lists %}
<h4>{{list.name}}</h4>
<div class="todo_list">
- <p>{{list.description}}</p>
+ <p>{{list.description|safe}}</p>
<ul>
{% for pkg in list.packages %}
<li>{{pkg.pkg.pkgname}}</li>