Skip to content

Commit

Permalink
[event view] Add Internet Archive video host hyperlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Aug 17, 2024
1 parent 107f355 commit 143e7d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/schedule/historic/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ <h3>Video</h3>
{% if event.video.ccc %}
<li>View this video <a href="{{ event.video.ccc }}">on media.ccc.de</a>.</li>
{% endif %}
{% if event.video.archiveorg %}
<li>View this video <a href="{{ event.video.archiveorg }}">on the Internet Archive</a>.</li>
{% endif %}
{% if event.video.youtube %}
<li>View this video <a href="{{ event.video.youtube }}">on YouTube</a>.</li>
{% endif %}
Expand Down

0 comments on commit 143e7d9

Please sign in to comment.