Add subevent location to order info in emails (#2354)

This commit is contained in:
Raphael Michel
2021-11-30 13:21:36 +01:00
committed by GitHub
parent 1f0f7b752f
commit 832235411f
2 changed files with 34 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{% load eventurl %}
{% load i18n %}
{% load oneline %}
{% if position %}
<div class="order-info">
@@ -107,6 +108,10 @@
{% if event.settings.show_times %}
{{ groupkey.2.date_from|date:"TIME_FORMAT" }}
{% endif %}
{% if groupkey.2.location %}
<br>
{{ groupkey.2.location|oneline }}
{% endif %}
{% endif %}
{% if groupkey.3 %} {# attendee name #}
<br>