We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4883e commit dbd0f14Copy full SHA for dbd0f14
template/confreg/sessionvotes.html
@@ -305,7 +305,7 @@ <h3>{{s.title}} ({{s.speakerdata|join_dictkeys:"fullname"}}) [id: {{s.id}}]</h3>
305
<div><strong>Tags:</strong> {%for t in s.tags%}<span class="label label-primary">{{t}}</span> {%endfor%}</div>
306
{%endif%}
307
{%if conference.callforpapersrecording%}
308
- <div><strong>Recording consent:</strong> {{s.recordingconsent | yesno:"Yes,No" }}
+ <div><strong>Recording consent:</strong> {{s.recordingconsent | yesno:"Yes,No" }}</div>
309
{%endif%} <br/>
310
{{s.abstract|markdown}}
311
{%if s.submissionnote%}
0 commit comments