summaryrefslogtreecommitdiffstats
path: root/templates/todolists/view.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/view.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/view.html')
-rw-r--r--templates/todolists/view.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index 36ecb9b..9a6e3c0 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -17,7 +17,9 @@
{% endif %}
</ul>
- <p>{{list.description|safe|linebreaks}}</p>
+ <p class="todo-info">{{ list.date_added|date }} - {{ list.creator.get_full_name }}</p>
+
+ <div>{{list.description|urlize|linebreaks}}</div>
<table id="dev-todo-pkglist" class="results todo-table">
<thead>