source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/sendpassword.pt @ 8286

Last change on this file since 8286 was 8039, checked in by Henrik Bettermann, 12 years ago

Use ChangePasswordRequestPage? also for applicants.

Change password requests require a registration number.

File size: 1.0 KB
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      <tr tal:condition="view/captcha_code">
8        <td i18n:translate="solve_captcha">
9          Please solve the captcha<br />to prevent misuse of this service:
10        </td>
11        <td>
12          <div tal:content="structure view/captcha_code"></div>
13        </td>
14      </tr>
15
16    </tbody>
17  </table>
18
19  <p i18n:translate="email_address_problem">
20    Enter the email address stored on Kofa.
21    You can't change your email address here.
22    If you've forgotten your email address or the email
23    address stored in Kofa is wrong or no longer valid,
24    use the enquiries form to request a change
25    of address.
26  </p>
27  <br />
28  <div tal:condition="view/availableActions">
29    <input tal:repeat="action view/actions"
30           tal:replace="structure action/render"
31           />
32  </div>
33</form>
Note: See TracBrowser for help on using the repository browser.