diff --git a/fet2020/templates/members/partials/_member_details.html b/fet2020/templates/members/partials/_member_details.html
index 1a347481..7d39bfde 100644
--- a/fet2020/templates/members/partials/_member_details.html
+++ b/fet2020/templates/members/partials/_member_details.html
@@ -6,6 +6,10 @@
Spitzname: {{ member.nickname }} Mailaccount: {{ member.mailaccount }} diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 98c014f1..026d6a83 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -2,21 +2,23 @@ {% load post_helpers %} {% load admin_urls %} - {% block extraheader %} - {% endblock %} -{% block content %} +{% block content %}
{{ post.public_date }}
+ {% if post.post_type != 'N' %} +{{ post.event_start|date:"d. F Y" }}
+ {% else %} +{{ post.public_date|date:"d. F Y" }}
+ {% endif %}