- Timestamp:
- 25 Nov 2022, 09:04:54 (2 years ago)
- Location:
- main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/browser.py
r17091 r17175 207 207 pnav = 3 208 208 209 @action(_('Save'), style=' primary')209 @action(_('Save'), style='invisible') 210 210 def save(self, **data): 211 211 changed_fields = self.applyData(self.context, **data) -
main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/browser_templates/puniteditpage.pt
r17092 r17175 9 9 10 10 <ol> 11 <li>Select and saveState (This is the state you would be voting in).</li>12 <li>Select and saveLGA (This is the LGA in which you live).</li>13 <li>Select and saveWard.</li>14 <li>Select and saveyour Polling Unit.</li>11 <li>Select State (This is the state you would be voting in).</li> 12 <li>Select LGA (This is the LGA in which you live).</li> 13 <li>Select Ward.</li> 14 <li>Select your Polling Unit.</li> 15 15 </ol> 16 16 <br /> 17 <form action="." tal:attributes="action request/URL" method="post" 17 <form id="autosubmitform" name="autosubmitform" class="autosubmit" 18 action="." tal:attributes="action request/URL" method="post" 18 19 enctype="multipart/form-data"> 19 20 … … 21 22 <tbody> 22 23 <tal:widgets content="structure provider:widgets" /> 23 <tal:files content="structure provider:files" />24 24 </tbody> 25 25 </table> 26 < br/>26 <a id="kofa-scroll-target" /> 27 27 <div tal:condition="view/availableActions"> 28 28 <input tal:repeat="action view/actions" 29 29 tal:replace="structure action/render" 30 30 /> 31 <a id="kofa-scroll-target" />32 31 </div> 33 32 </form>
Note: See TracChangeset for help on using the changeset viewer.