Skip to content

Commit 1673ee7

Browse files
authored
fix links
replace "event." with "announcement."
1 parent 05b789d commit 1673ee7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_includes/events.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<td style="width: 90%; padding-left:10px;">
1010
<b>{{ announcement.name[page.lang] }}</b><br />
1111
{{ announcement.event[page.lang] | markdownify }}<br />
12-
{% if announcement.registration %} - <u><a href='{{ event.registration }}' target='_blank'>Registration</a></u>{% endif %}
13-
{% if announcement.program %} - <u><a href='{{ event.program }}' target='_blank'>Program</a></u>{% endif %}
14-
{% if announcement.report %} - <u><a href='{{ event.report }}' target='_blank'>Report</a></u>{% endif %}
15-
{% if announcement.further_info %} - <u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>{% endif %}
12+
{% if announcement.registration %} - <u><a href='{{ announcement.registration }}' target='_blank'>Registration</a></u>{% endif %}
13+
{% if announcement.program %} - <u><a href='{{ announcement.program }}' target='_blank'>Program</a></u>{% endif %}
14+
{% if announcement.report %} - <u><a href='{{ announcement.report }}' target='_blank'>Report</a></u>{% endif %}
15+
{% if announcement.further_info %} - <u><a href='{{ announcement.further_info }}' target='_blank'>Further information</a></u>{% endif %}
1616
</td>
1717
</tr>
1818
</table>
@@ -43,10 +43,10 @@
4343
<td style="width: 90%; padding-left:10px;">
4444
<b>{{ announcement.name[page.lang] }}</b><br />
4545
{{ announcement.event[page.lang] | markdownify }}<br />
46-
{% if announcement.registration %} - <u><a href='{{ event.registration }}' target='_blank'>Registration</a></u>{% endif %}
47-
{% if announcement.program %} - <u><a href='{{ event.program }}' target='_blank'>Program</a></u>{% endif %}
48-
{% if announcement.report %} - <u><a href='{{ event.report }}' target='_blank'>Report</a></u>{% endif %}
49-
{% if announcement.further_info %} - <u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>{% endif %}
46+
{% if announcement.registration %} - <u><a href='{{ announcement.registration }}' target='_blank'>Registration</a></u>{% endif %}
47+
{% if announcement.program %} - <u><a href='{{ announcement.program }}' target='_blank'>Program</a></u>{% endif %}
48+
{% if announcement.report %} - <u><a href='{{ announcement.report }}' target='_blank'>Report</a></u>{% endif %}
49+
{% if announcement.further_info %} - <u><a href='{{ announcement.further_info }}' target='_blank'>Further information</a></u>{% endif %}
5050
</td>
5151
</tr>
5252
</table>

0 commit comments

Comments
 (0)