diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-04-17 00:22:11 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-04-17 00:22:11 -0700 |
commit | 4ee40727f10b162a116fe71a7b29f4e162fbbb29 (patch) | |
tree | e42bf9a3d5e815e94f5f969ed90e29d5796222e5 /bn_django/journal | |
parent | fe70e8db7b65562bd532a1aacacb759df6f7b130 (diff) | |
download | bnewnet-4ee40727f10b162a116fe71a7b29f4e162fbbb29.tar.gz bnewnet-4ee40727f10b162a116fe71a7b29f4e162fbbb29.zip |
swapped day and month
Diffstat (limited to 'bn_django/journal')
-rw-r--r-- | bn_django/journal/templates/journal/microentry_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/journal/templates/journal/microentry_list.html b/bn_django/journal/templates/journal/microentry_list.html index 354ebf6..25255f6 100644 --- a/bn_django/journal/templates/journal/microentry_list.html +++ b/bn_django/journal/templates/journal/microentry_list.html @@ -18,7 +18,7 @@ This page has an <a href="/journal/rss/latest_microentries/">RSS feed</a>. {% if object_list %} {% for item in object_list %} - <b>{{item.date|date:"D, d/m/Y @H:i"}}: + <b>{{item.date|date:"D, m/d/Y @H:i"}}: {% if item.title %} <a href="{{ item.get_absolute_url }}"> {{item.title}}</a>{%endif%}</b> <p style="padding-left:30px"> |