summaryrefslogtreecommitdiffstats
path: root/templates/todolists/list.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-08 04:23:42 +0100
committerDan McGee <dan@archlinux.org>2011-03-08 04:23:42 +0100
commite82a4d5b9c17fbc5ee63d14a1c87ef12718fa343 (patch)
tree557bae2bf96ac4d885d30e1d00382d420410d879 /templates/todolists/list.html
parent0c6ee81eb469734dae380f428149f316fdbf75bd (diff)
downloadarchweb-e82a4d5b9c17fbc5ee63d14a1c87ef12718fa343.tar.gz
archweb-e82a4d5b9c17fbc5ee63d14a1c87ef12718fa343.tar.xz
Todo list styling and info cleanups
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/todolists/list.html')
-rw-r--r--templates/todolists/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html
index 2e75bda..78acabf 100644
--- a/templates/todolists/list.html
+++ b/templates/todolists/list.html
@@ -32,7 +32,7 @@
title="View todo list: {{ list.name }}">{{ list.name }}</a></td>
<td>{{ list.date_added }}</td>
<td>{{ list.creator.get_full_name }}</td>
- <td class="wrap">{{ list.description|safe }}</td>
+ <td class="wrap">{{ list.description|urlize }}</td>
<td>{{ list.pkg_count }}</td>
<td>{{ list.incomplete_count }}</td>
<td>{% ifequal list.incomplete_count 0 %}<span class="complete">Complete</span>