Skip to content

Commit 6a238f0

Browse files
committed
fix: update names in template
1 parent 80b65cf commit 6a238f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/icbd_confirmation.liquid

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<tr>
2323
<td>
2424
<h2>Summary of your registration:</h2>
25-
{% for activity in activities %}
25+
{% for activity in activities_populated %}
2626
<p>From <strong>{{ activity.timeslot.start_time | slice: 0, 5 }}</strong> to <strong>{{
2727
activity.timeslot.end_time | slice: 0, 5 }}</strong>: {{ activity.translation.name }} in
2828
<strong>{{ activity.timeslot.room }}</strong>
2929
</p>
3030
{% endfor %}
3131

32-
{% if registration.cv_correction %}
32+
{% if cv_correction %}
3333
<p>You are registered for a CV correction. Please note that you must attend the online
3434
conference:
3535
<strong> "Crafting an effective CV" </strong>, Friday March 7, starting at 12:15.

0 commit comments

Comments
 (0)