fix hr line

This commit is contained in:
2022-06-11 13:09:30 +00:00
parent 8db79d166e
commit d896ef7484

View File

@@ -147,12 +147,12 @@
{% if post.has_agenda %}
<h2>Agenda</h2>
{{ post.agenda_html|safe }}
<hr>
{% elif post.body %}
{{ post.body|safe|tags_to_url }}
{% endif %}
{% if request.user.is_authenticated and post.has_protocol %}
<hr>
<h2>Protokoll</h2>
{{ post.protocol_html|safe }}
{% endif %}