From d569ac957fe8b701715c0a2d94636f7fb238c64c Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Sat, 2 Apr 2022 10:01:53 +0000 Subject: [PATCH] add previous post link and simplify post date --- fet2020/templates/posts/show.html | 35 ++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 10 deletions(-) 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" }}