Skip to content

Commit c525346

Browse files
authored
Update event.html
1 parent 79d3c42 commit c525346

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/event.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{% set t_challenge_coin = transbag('translate', this.alt, 'challenge_coin') %}
88
{% set t_sprint_description = transbag('translate', this.alt, 'sprint_description') %}
99
{% set t_sprint_video = transbag('translate', this.alt, 'sprint_pycon_video') %}
10+
{% set t_post_sprint_pycon_video = transbag('translate', this.alt, 'post_sprint_pycon_video') %}
1011
{% set t_date = transbag('translate', this.alt, 'date') %}
1112
{% set t_speakers = transbag('translate', this.alt, 'speakers') %}
1213
{% set t_sprinters = transbag('translate', this.alt, 'sprinters') %}
@@ -44,7 +45,7 @@ <h1>{{ this.title }} ({{ this.event_type|title }})</h1>
4445
<p>{{ this.speaker|join(t_and) }} {% if this.speaker|length > 1 %}{{ t_sprint_helping_plural }}{% else %}{{ t_sprint_helping }}{% endif %} <a href="{{ '/contributing/challenge-coins/'|url(alt=this.alt) }}">{{ t_challenge_coin }}</a>.
4546
<p>{{ t_event_more_info }}<a href="{{ this.url }}">{{ this.title }} {{ t_website }}</a></p>
4647
<h3>{{ t_what_is_a_sprint }}</h3>
47-
<p>{{ t_sprint_description }} <a href="https://www.youtube.com/watch?v=hOtKgFaFcz0">{{ t_sprint_video }}</a> </p>
48+
<p>{{ t_sprint_description }} <a href="https://www.youtube.com/watch?v=hOtKgFaFcz0">{{ t_sprint_video }}</a> {{ t_post_sprint_pycon_video }} </p>
4849
{% endif %}
4950
<p><em>{{ this.description }}</em></p>
5051
{% endblock %}

0 commit comments

Comments
 (0)