Improvements
This commit is contained in:
parent
77f2baea38
commit
9f3a7995a1
9 changed files with 532 additions and 110 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue