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