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 %} {% if post.has_agenda %}
<h2>Agenda</h2> <h2>Agenda</h2>
{{ post.agenda_html|safe }} {{ post.agenda_html|safe }}
<hr>
{% elif post.body %} {% elif post.body %}
{{ post.body|safe|tags_to_url }} {{ post.body|safe|tags_to_url }}
{% endif %} {% endif %}
{% if request.user.is_authenticated and post.has_protocol %} {% if request.user.is_authenticated and post.has_protocol %}
<hr>
<h2>Protokoll</h2> <h2>Protokoll</h2>
{{ post.protocol_html|safe }} {{ post.protocol_html|safe }}
{% endif %} {% endif %}