agenda api
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user