From d0cf05726f2adcf78781d22adef6b2a0e6995092 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Mon, 27 Feb 2017 15:13:14 +0100 Subject: [PATCH] no datetime, just date --- .../templates/migdal/entry/publications/entry_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prawokultury/templates/migdal/entry/publications/entry_detail.html b/prawokultury/templates/migdal/entry/publications/entry_detail.html index 5a264d4..5b6fc73 100755 --- a/prawokultury/templates/migdal/entry/publications/entry_detail.html +++ b/prawokultury/templates/migdal/entry/publications/entry_detail.html @@ -9,7 +9,7 @@ {% if not entry.published %}

{% trans "This entry hasn't been published yet." %}

{% else %} -

{% trans "Published at" %} {{ entry.first_published_at|date:"DATETIME_FORMAT" }}

+

{% trans "Published at" %} {{ entry.first_published_at|date:"DATE_FORMAT" }}

{% endif %}
-- 2.20.1