fix hr line
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user