add headerlinks
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<hr>
|
||||
|
||||
{% if post.has_agenda %}
|
||||
<h2>Agenda</h2>
|
||||
<h2>Agenda<a class="headerlink" id="agenda" href="#agenda" title="Permalink to Agenda"> #</a></h2>
|
||||
{{ post.agenda_html|safe }}
|
||||
<hr>
|
||||
{% elif post.body %}
|
||||
@@ -71,7 +71,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if request.user.is_authenticated and post.has_protocol %}
|
||||
<h2>Protokoll</h2>
|
||||
<h2>Protokoll<a class="headerlink" id="protocol" href="#protocol" title="Permalink to Protokoll"> #</a></h2>
|
||||
{{ post.protocol_html|safe }}
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user