no datetime, just date
authorJan Szejko <janek37@gmail.com>
Mon, 27 Feb 2017 14:13:14 +0000 (15:13 +0100)
committerJan Szejko <janek37@gmail.com>
Mon, 27 Feb 2017 14:13:14 +0000 (15:13 +0100)
prawokultury/templates/migdal/entry/publications/entry_detail.html

index 5a264d4..5b6fc73 100755 (executable)
@@ -9,7 +9,7 @@
 {% if not entry.published %}
     <p class="warning">{% trans "This entry hasn't been published yet." %}</p>
 {% else %}
-    <p>{% trans "Published at" %} {{ entry.first_published_at|date:"DATETIME_FORMAT" }}</p>
+    <p>{% trans "Published at" %} {{ entry.first_published_at|date:"DATE_FORMAT" }}</p>
 {% endif %}
 
 <div class="entry entry-detail entry-{{ entry.type }}">