From 93eef5f2f2849c9b5b523115757fcf45e5047adb Mon Sep 17 00:00:00 2001 From: James Addison Date: Sat, 17 Aug 2024 16:46:03 +0100 Subject: [PATCH] [event view] Add Internet Archive video host hyperlink. --- templates/schedule/historic/item.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/schedule/historic/item.html b/templates/schedule/historic/item.html index c70e05abd..cccc19188 100644 --- a/templates/schedule/historic/item.html +++ b/templates/schedule/historic/item.html @@ -66,6 +66,9 @@

Video

{% if event.video.ccc %}
  • View this video on media.ccc.de.
  • {% endif %} + {% if event.video.archiveorg %} +
  • View this video on the Internet Archive.
  • + {% endif %} {% if event.video.youtube %}
  • View this video on YouTube.
  • {% endif %}