From d896ef7484f2d7f20d9568e357ddbe655847ced1 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Sat, 11 Jun 2022 13:09:30 +0000 Subject: [PATCH] fix hr line --- fet2020/templates/posts/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 4c6b232e..a0943464 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -147,12 +147,12 @@ {% if post.has_agenda %}

Agenda

{{ post.agenda_html|safe }} -
{% elif post.body %} {{ post.body|safe|tags_to_url }} {% endif %} {% if request.user.is_authenticated and post.has_protocol %} +

Protokoll

{{ post.protocol_html|safe }} {% endif %}