From fe70e8db7b65562bd532a1aacacb759df6f7b130 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 16 Apr 2009 08:44:16 -0700 Subject: something --- bn_django/journal/templates/journal/microentry_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bn_django/journal/templates/journal/microentry_list.html b/bn_django/journal/templates/journal/microentry_list.html index 54e63e5..354ebf6 100644 --- a/bn_django/journal/templates/journal/microentry_list.html +++ b/bn_django/journal/templates/journal/microentry_list.html @@ -19,12 +19,12 @@ This page has an RSS feed. {% if object_list %} {% for item in object_list %} {{item.date|date:"D, d/m/Y @H:i"}}: - - {% if item.title %}{{item.title}}{%else%}[Untitled]{%endif%} + {% if item.title %} + {{item.title}}{%endif%}

{{ item.html_content|truncatewords_html:256 }} {% get_comment_count for item as comment_count %} - ({{ comment_count }} comments) + ({{ comment_count }} comments, link)

{% endfor %} {% else %} -- cgit v1.2.3