From 1ab8bd22ac9d3332c92cfbd77ea06b56c21a98fe Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 15 Jun 2021 16:12:06 +0000 Subject: [PATCH] add headerlinks --- fet2020/templates/posts/show.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index e6bf3261..6739b1b2 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -62,7 +62,7 @@
{% if post.has_agenda %} -

Agenda

+

Agenda #

{{ post.agenda_html|safe }}
{% elif post.body %} @@ -71,7 +71,7 @@ {% endif %} {% if request.user.is_authenticated and post.has_protocol %} -

Protokoll

+

Protokoll #

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