Code for importing data from pretalx
This commit is contained in:
parent
1001c51bc1
commit
e48acab387
5 changed files with 392 additions and 5 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue