From 2b8389740dc3bcec9023bfc94ce65797ee61f0b7 Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:21:28 -0500 Subject: [PATCH] remove no video/slides placeholders --- attack-theme/templates/general/attackcon-overview.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/attack-theme/templates/general/attackcon-overview.html b/attack-theme/templates/general/attackcon-overview.html index 380986eee32..d23476b2c5a 100644 --- a/attack-theme/templates/general/attackcon-overview.html +++ b/attack-theme/templates/general/attackcon-overview.html @@ -73,15 +73,11 @@
{{loop.index}}. {{presentation.title}} {% endif %} {% if "video" in presentation %} - video External site - {% else %} - (no video) + video External site {% endif %} {% if "slides" in presentation %} - slides External site - {% else %} - (no slides) + slides External site {% endif %}