From 2b9f714126afa3af2c4771ff02e868cee33b1ed7 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 10 Jul 2025 11:27:25 +0200 Subject: [PATCH] Show speaker company more clearly on talk voting page --- 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 53e11e01..f28c2bcf 100644 --- a/template/confreg/sessionvotes.html +++ b/template/confreg/sessionvotes.html @@ -305,7 +305,7 @@ ul.comments span.username { {%if s.speakerdata %}

Speaker profile

{%for sp in s.speakerdata %} -

{{sp.fullname}} [speaker id: {{sp.id}}]

+

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

{{sp.abstract|markdown}}

-- 2.39.5