agenda api

This commit is contained in:
2020-09-13 08:20:12 +00:00
parent 2ce310c81f
commit c0285001d5
4 changed files with 31 additions and 7 deletions

View File

@@ -53,7 +53,7 @@
Start: {{post.event_start}}<br>
Ende: {{post.event_end}}<br>
{% if post.has_agenda %}
<a href="{{ep_agenda_link}}">Agenda</a><br>
{% endif %}
@@ -73,6 +73,11 @@
{% endfor %}
<hr>
{% if post.has_agenda %}
<h2>Agenda</h2>
{{post.agenda_html |safe}}
{% endif %}
{{post.body | safe | add_internal_links | tags_to_url}}
<hr>
</div>