Improvements

This commit is contained in:
Edward Betts 2023-09-21 04:59:17 +01:00
parent 77f2baea38
commit 9f3a7995a1
9 changed files with 532 additions and 110 deletions

View file

@ -33,13 +33,15 @@
{% endif %}
{% if item.description %}
<p class="card-text">
{% if "<" in item.description %}
{% if "<" in item.description %}
{{ item.description | safe }}
{% else %}
{{ item.description }}
{% endif %}
</p>
{% endif %}
<p class="card-text">
Speakers:
{% for p in item.people %}