Fix dumb change

main
Benjamin Bädorf 2021-09-27 23:52:44 +02:00
parent 9592137b17
commit 3cb43527a3
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}