source: main/waeup.kofa/branches/uli-py3/src/waeup/kofa/applicants/browser_templates/applicantregister.pt @ 17929

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

Show new recaptcha without comment.

File size: 894 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2    i18n:domain="waeup.kofa" enctype="multipart/form-data">
3
4  <table class="form-table">
5    <tbody>
6      <tal:widgets content="structure provider:widgets" />
7    </tbody>
8  </table>
9  <p i18n:translate="" tal:condition="python: context.mode=='create'">
10    An account will be created for you and an email with your login
11    credentials will be sent to the address provided.
12  </p>
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>
17  <div tal:content="structure view/captcha_code"></div>
18  <br />
19  <div tal:condition="view/availableActions">
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.