Fix dumb change
This commit is contained in:
parent
9592137b17
commit
3cb43527a3
|
@ -20,7 +20,7 @@
|
|||
<ul class="event-people-list">
|
||||
{% for person in event.people %}
|
||||
<li>
|
||||
{{ person.name | md | safe }}
|
||||
{{ person.name }}
|
||||
{% if person.email %}
|
||||
<br><a href="mailto:{{ person.email }}" class="event-people-link">{{ person.email }}</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue