From 296dc07f010d8692028db682d02ef3e88e525f01 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 25 Jan 2009 11:03:03 -0500 Subject: tweaked comment templates some more --- bn_django/templates/comment_list | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bn_django/templates/comment_list') diff --git a/bn_django/templates/comment_list b/bn_django/templates/comment_list index dad1de5..0629541 100644 --- a/bn_django/templates/comment_list +++ b/bn_django/templates/comment_list @@ -10,7 +10,7 @@ {% else %}{{ c.user_name }} {% endif %}
on {{ c.submit_date|date:"F j, Y" }}
- at {{ c.submit_date|date:"H:i T" }} + at {{ c.submit_date|date:"H:i" }} {% if c.headline %} {{ c.headline|escape|wordwrap:80 }} @@ -35,6 +35,7 @@ {% endfor %} +

{% else %}

No comments yet!

{% endif %} -- cgit v1.2.3