From b6b98bf50cf34fcb51d47b65fc6ae0d888618847 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 10 Jul 2025 12:24:08 +0200 Subject: [PATCH] Remove extra
Copy/paste error --- template/confreg/sessionvotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/confreg/sessionvotes.html b/template/confreg/sessionvotes.html index 0b1bf390..4260a8b9 100644 --- a/template/confreg/sessionvotes.html +++ b/template/confreg/sessionvotes.html @@ -302,7 +302,7 @@ ul.comments span.username {
Speakers: {%for sp in s.speakerdata%}{{sp.fullname}}{%if sp.company%} ({{sp.company}}){%endif%}{%if not forloop.last%}, {%endif%}{%endfor%}
Track: {{s.trackname|default:""}}
{%if conference.callforpaperstags%} -
Tags: {%for t in s.tags%}{{t}} {%endfor%}

+
Tags: {%for t in s.tags%}{{t}} {%endfor%}
{%endif%} {%if conference.callforpapersrecording%}
Recording consent: {{s.recordingconsent | yesno:"Yes,No" }} -- 2.39.5