aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms/templates/archives.html
diff options
context:
space:
mode:
Diffstat (limited to 'notmyidea-cms/templates/archives.html')
-rw-r--r--notmyidea-cms/templates/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmyidea-cms/templates/archives.html b/notmyidea-cms/templates/archives.html
index 1644aff..5ba2c81 100644
--- a/notmyidea-cms/templates/archives.html
+++ b/notmyidea-cms/templates/archives.html
@@ -5,7 +5,7 @@
<dl>
{% for article in dates %}
- <dt>{{ article.date.strftime('%a %d %B %Y') }}</dt>
+ <dt>{{ article.locale_date }}</dt>
<dd><a href='{{ article.url }}'>{{ article.title }}</a></dd>
{% endfor %}
</dl>