Skip to content

Commit dbd0f14

Browse files
committed
Add missing </div>
1 parent ae4883e commit dbd0f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/confreg/sessionvotes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h3>{{s.title}} ({{s.speakerdata|join_dictkeys:"fullname"}}) [id: {{s.id}}]</h3>
305305
<div><strong>Tags:</strong> {%for t in s.tags%}<span class="label label-primary">{{t}}</span> {%endfor%}</div>
306306
{%endif%}
307307
{%if conference.callforpapersrecording%}
308-
<div><strong>Recording consent:</strong> {{s.recordingconsent | yesno:"Yes,No" }}
308+
<div><strong>Recording consent:</strong> {{s.recordingconsent | yesno:"Yes,No" }}</div>
309309
{%endif%} <br/>
310310
{{s.abstract|markdown}}
311311
{%if s.submissionnote%}

0 commit comments

Comments
 (0)