Code for importing data from pretalx

This commit is contained in:
Edward Betts 2023-09-27 17:35:16 +01:00
parent 1001c51bc1
commit e48acab387
5 changed files with 392 additions and 5 deletions

View file

@ -154,7 +154,7 @@
{% endif %}
</div>
{% endif %}
{% if event.people_detail.count() > 1 %}
{% if event.people_detail | count > 1 %}
<div>
Other people:
{% for p in event.people %}