From d889db40738c27aeec15949fdaf1ffec8b56da92 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 14 Aug 2018 13:17:20 +0200 Subject: [PATCH] Properly support markdown when previewing session abstracts In the voting page, we should parse the markdown in the preview, since it's supported in abstracts in general. --- 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 ed9d0b7..c07bdc0 100644 --- a/template/confreg/sessionvotes.html +++ b/template/confreg/sessionvotes.html @@ -222,7 +222,7 @@ width: 100%;
Track: {{s.track}}

-{{s.abstract}} +{{s.abstract|markdown}}

{%if s.submissionnote%}
-- 2.39.5