Changeset 481 for trunk/root


Ignore:
Timestamp:
05/31/23 16:33:29 (12 months ago)
Author:
nanardon
Message:

Replace Canditates by choice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/pollinc/binary/ballot.tt

    r400 r481  
    77 
    88[% FOREACH key = poll.choices() %] 
    9 [% "<p>Candidates:</p>" IF loop.first %] 
     9[% IF loop.first %]<p>[% l('Choices') %]:</p>[% END %] 
    1010[% choice = poll.choice(key) %] 
    1111<input type="checkbox" name="sbal" value="[% key %]"[% " checked" IF sbal.$key %]> 
Note: See TracChangeset for help on using the changeset viewer.