From: Magnus Hagander Date: Thu, 10 Jul 2025 09:27:25 +0000 (+0200) Subject: Show speaker company more clearly on talk voting page X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2b9f714126afa3af2c4771ff02e868cee33b1ed7;p=pgeu-system.git Show speaker company more clearly on talk voting page --- 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}}