Last change
on this file since 15505 was
15016,
checked in by Henrik Bettermann, 6 years ago
|
Show new recaptcha without comment.
|
File size:
704 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=""> |
---|
10 | Your student record will be looked up and |
---|
11 | your login credentials will be sent to the email address given above. |
---|
12 | To be able to proceed you must provide a valid email address! |
---|
13 | </p> |
---|
14 | <div tal:content="structure view/captcha_code"></div> |
---|
15 | <br /> |
---|
16 | <div tal:condition="view/availableActions"> |
---|
17 | <input tal:repeat="action view/actions" |
---|
18 | tal:replace="structure action/render" |
---|
19 | /> |
---|
20 | </div> |
---|
21 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.