diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html
index f028f732..4a652b64 100644
--- a/fet2020/templates/posts/show.html
+++ b/fet2020/templates/posts/show.html
@@ -198,9 +198,19 @@
x-transition:leave-start="transform origin-right opacity-100 scale-100"
x-transition:leave-end="transform origin-right opacity-0 scale-95"
>
-
Bearbeiten
+
+
+
+ Bearbeiten
+
+
{% if filename_agenda %}
- Download
+
+
+
+ Download
+
+
{% endif %}
@@ -224,9 +234,18 @@
x-transition:leave-start="transform origin-right opacity-100 scale-100"
x-transition:leave-end="transform origin-right opacity-0 scale-95"
>
- Bearbeiten
+
+
+ Bearbeiten
+
+
{% if filename_protocol %}
- Download
+
+
+
+ Download
+
+
{% endif %}
@@ -259,7 +278,7 @@
-
+
Vorheriger Artikel
@@ -298,11 +317,7 @@
- {% if post.post_type != 'N' %}
- {{ post.event_start|date:"d. F Y" }}
- {% else %}
- {{ post.public_date|date:"d. F Y" }}
- {% endif %}
+ {{ post.date|date:"d. F Y" }}