diff --git a/fet2020/templates/posts/partials/_posts_hero_compact.html b/fet2020/templates/posts/partials/_posts_hero_compact.html index d81d1aef..2b8ffa8d 100644 --- a/fet2020/templates/posts/partials/_posts_hero_compact.html +++ b/fet2020/templates/posts/partials/_posts_hero_compact.html @@ -3,9 +3,9 @@
{% if post.post_type != 'N' %} -

{{ post.event_start|date:"d. F Y" }}

+ {{ post.event_start|date:"d.m.Y" }} {% else %} -

{{ post.public_date|date:"d. F Y" }}

+ {{ post.public_date|date:"d.m.Y" }} {% endif %}

{{ post.title | safe | truncatechars:60 }}