From: Magnus Hagander Date: Thu, 10 Jul 2025 10:24:17 +0000 (+0200) Subject: Remove wrapping

X-Git-Url: http://git.postgresql.org/gitweb/edit?a=commitdiff_plain;h=ae4883ed45cfcc5d1fd99351bb1738f7a1fe0cc4;p=pgeu-system.git Remove wrapping

Output of the markdown filter always includes its own

. --- 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%}