source: main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantregister.pt

Last change on this file was 15016, checked in by Henrik Bettermann, 6 years ago

Show new recaptcha without comment.

File size: 894 bytes
RevLine 
[7361]1<form action="." tal:attributes="action request/URL" method="post"
[7811]2    i18n:domain="waeup.kofa" enctype="multipart/form-data">
[7361]3
[7459]4  <table class="form-table">
[7361]5    <tbody>
[7737]6      <tal:widgets content="structure provider:widgets" />
[7361]7    </tbody>
8  </table>
[8033]9  <p i18n:translate="" tal:condition="python: context.mode=='create'">
[7381]10    An account will be created for you and an email with your login
11    credentials will be sent to the address provided.
[7368]12  </p>
[8033]13  <p i18n:translate="" tal:condition="python: context.mode=='update'">
14    Your application record will be looked up and an email with your login
15    credentials will be sent to the address provided.
16  </p>
[15016]17  <div tal:content="structure view/captcha_code"></div>
18  <br />
[7459]19  <div tal:condition="view/availableActions">
[7361]20    <input tal:repeat="action view/actions"
21           tal:replace="structure action/render"
22           />
23  </div>
24</form>
Note: See TracBrowser for help on using the repository browser.