Skip to content
Snippets Groups Projects
Commit 15cfd7c5 authored by David Mertz's avatar David Mertz Committed by Ben Adida
Browse files

Update heliosbooth/templates/seal.html


Co-authored-by: default avatarBen Adida <ben@adida.net>
parent da0f0f62
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ You will then be guided to re-encrypt your choices for final casting. ...@@ -29,7 +29,7 @@ You will then be guided to re-encrypt your choices for final casting.
<div style="margin-left: 15px;">&#x2713; {$T.choice}</div> <div style="margin-left: 15px;">&#x2713; {$T.choice}</div>
{#/for} {#/for}
{#if $T.choices[$T.question$index].length < $T.question.max} {#if $T.choices[$T.question$index].length < $T.question.max}
[you selected {$T.choices[$T.question$index].length} candidates; you may select from zero to {$T.question.max}] [you selected {$T.choices[$T.question$index].length} candidates; you may select from {$T.question.min} to {$T.question.max}]
{#/if} {#/if}
[<a onclick="BOOTH.show_question({$T.question$index}); return false;" href="#">edit responses</a>] [<a onclick="BOOTH.show_question({$T.question$index}); return false;" href="#">edit responses</a>]
{#if !$T.question$last}<br><br>{#/if} {#if !$T.question$last}<br><br>{#/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment