diff --git a/ablog/templates/catalog.html b/ablog/templates/catalog.html index 7ef1842..36dee8f 100644 --- a/ablog/templates/catalog.html +++ b/ablog/templates/catalog.html @@ -13,7 +13,7 @@

{% if fa %}{% endif %} {% if post.published %} - {{ post.date.strftime(gettext(ablog.post_date_format)) }} + {{ post.date.strftime(ablog.post_date_format) }} {% else %} Draft {% endif %} diff --git a/ablog/templates/collection.html b/ablog/templates/collection.html index f60672f..d0cd86e 100644 --- a/ablog/templates/collection.html +++ b/ablog/templates/collection.html @@ -18,7 +18,7 @@

{% if fa %}{% endif %} {% if post.published %} - {{ post.date.strftime(gettext(ablog.post_date_format)) }} + {{ post.date.strftime(ablog.post_date_format) }} {% else %} Draft {% endif %} @@ -36,10 +36,10 @@