source: main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/browser_templates/puniteditpage.pt @ 17092

Last change on this file since 17092 was 17092, checked in by Henrik Bettermann, 2 years ago

Add scroll target.

File size: 1.1 KB
Line 
1
2<p>At a polling unit, a citizen can either register to vote or vote.
3It is advisable to select a Polling Unit close to your area of residence
4due to the restricted movement on election days.</p>
5
6<p>You can locate and save your polling unit by using Kofa's Polling Unit Locator Tool.</p>
7
8<p>To view your polling unit, follow the steps below:</p>
9
10<ol>
11<li>Select and save State (This is the state you would be voting in).</li>
12<li>Select and save LGA (This is the LGA in which you live).</li>
13<li>Select and save Ward.</li>
14<li>Select and save your Polling Unit.</li>
15</ol>
16<br />
17<form action="." tal:attributes="action request/URL" method="post"
18      enctype="multipart/form-data">
19
20  <table class="form-table">
21    <tbody>
22      <tal:widgets content="structure provider:widgets" />
23      <tal:files content="structure provider:files" />
24    </tbody>
25  </table>
26  <br />
27  <div tal:condition="view/availableActions">
28    <input tal:repeat="action view/actions"
29           tal:replace="structure action/render"
30           />
31    <a id="kofa-scroll-target" />
32  </div>
33</form>
Note: See TracBrowser for help on using the repository browser.