From 54aae841618fce5541798562c884731d2fd70fd2 Mon Sep 17 00:00:00 2001 From: "Rudy (zarya)" Date: Tue, 1 Jul 2025 07:21:46 +0200 Subject: [PATCH] Fixed the missing and wrong title on the event page --- src/program/templates/includes/event_list_table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/program/templates/includes/event_list_table.html b/src/program/templates/includes/event_list_table.html index 946455553..360749e7c 100644 --- a/src/program/templates/includes/event_list_table.html +++ b/src/program/templates/includes/event_list_table.html @@ -8,7 +8,7 @@ Event Type Tags Speakers - + Scheduled @@ -39,7 +39,7 @@ N/A {% endfor %} - {{ True|truefalseicon }}{% else %}False{{ False|truefalseicon }}{% endif %} + {{ True|truefalseicon }}{% else %}False{{ False|truefalseicon }}{% endif %} {{ event.video_recording|truefalseicon }} {{ event.video_streaming|truefalseicon }}