From ae4883ed45cfcc5d1fd99351bb1738f7a1fe0cc4 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 10 Jul 2025 12:24:17 +0200 Subject: [PATCH] Remove wrapping

Output of the markdown filter always includes its own

. --- template/confreg/sessionvotes.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/template/confreg/sessionvotes.html b/template/confreg/sessionvotes.html index 4260a8b9..f6666c0a 100644 --- a/template/confreg/sessionvotes.html +++ b/template/confreg/sessionvotes.html @@ -307,9 +307,7 @@ ul.comments span.username { {%if conference.callforpapersrecording%}

Recording consent: {{s.recordingconsent | yesno:"Yes,No" }} {%endif%}
-

{{s.abstract|markdown}} -

{%if s.submissionnote%}

Submission notes

@@ -329,9 +327,7 @@ ul.comments span.username {

Speaker profile

{%for sp in s.speakerdata %}

{{sp.fullname}}{%if sp.company%} ({{sp.company}}){%endif%} [speaker id: {{sp.id}}]

-

{{sp.abstract|markdown}} -

{%endfor%} {%endif%}
-- 2.39.5