aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/comment_list
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates/comment_list')
-rw-r--r--bn_django/templates/comment_list3
1 files changed, 2 insertions, 1 deletions
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 %}</span><br />
on <span class="comment_date">
{{ c.submit_date|date:"F j, Y" }}</span><br />
- at <span class="comment_time">{{ c.submit_date|date:"H:i T" }}</span>
+ at <span class="comment_time">{{ c.submit_date|date:"H:i" }}</span>
</td><td class="comment_content">
{% if c.headline %}
<span class="comment_headline">{{ c.headline|escape|wordwrap:80 }}</span>
@@ -35,6 +35,7 @@
</td></tr>
{% endfor %}
</table>
+<br /><br />
{% else %}
<h3>No comments yet!</h3>
{% endif %}