summaryrefslogtreecommitdiffstats
path: root/templates/devel/index.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-08-28 18:34:19 +0200
committerDan McGee <dan@archlinux.org>2010-08-28 18:34:19 +0200
commit7dcdb0a31519c038e25436b49a60b9e54a41372b (patch)
treeb62385728f093b430745de82d28b43b31f242aa9 /templates/devel/index.html
parent2750b943457b63325a1292274070ac24b1fe5f99 (diff)
downloadarchweb-7dcdb0a31519c038e25436b49a60b9e54a41372b.tar.gz
archweb-7dcdb0a31519c038e25436b49a60b9e54a41372b.tar.xz
Mark todo desc as safe on dev dashboard
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r--templates/devel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index eb950ef..dd315fd 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -23,7 +23,7 @@
<td class="key"><a href="{{ todo.get_absolute_url }}"
title="View todo list: {{ todo.name }}">{{ todo.name }}</a></td>
<td>{{ todo.date_added }}</td>
- <td>{{ todo.description }}</td>
+ <td>{{ todo.description|safe }}</td>
</tr>
{% endfor %}
</tbody>