X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/1e8f7eba9d079cfab82aaea20a214cae4c6f201a..HEAD:/prawokultury/templates/migdal/entry/publications/entry_detail.html diff --git a/prawokultury/templates/migdal/entry/publications/entry_detail.html b/prawokultury/templates/migdal/entry/publications/entry_detail.html index 5a264d4..5ddfbcb 100755 --- a/prawokultury/templates/migdal/entry/publications/entry_detail.html +++ b/prawokultury/templates/migdal/entry/publications/entry_detail.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% load comments i18n %} {% load fnp_common migdal_tags fnp_share shop_tags %} -{% load url from future %} {% block body %} @@ -9,7 +8,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 %}