add headerlinks
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{% if post.has_agenda %}
|
{% 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 }}
|
{{ post.agenda_html|safe }}
|
||||||
<hr>
|
<hr>
|
||||||
{% elif post.body %}
|
{% elif post.body %}
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if request.user.is_authenticated and post.has_protocol %}
|
{% 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 }}
|
{{ post.protocol_html|safe }}
|
||||||
<hr>
|
<hr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user