- Timestamp:
- 23 May 2018, 06:25:16 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/requestpw.pt
r12047 r15016 5 5 <tbody> 6 6 <tal:widgets content="structure provider:widgets" /> 7 <tr tal:condition="view/captcha_code">8 <td i18n:translate="">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 7 </tbody> 17 8 </table> … … 21 12 To be able to proceed you must provide a valid email address! 22 13 </p> 14 <div tal:content="structure view/captcha_code"></div> 23 15 <br /> 24 16 <div tal:condition="view/availableActions">
Note: See TracChangeset for help on using the changeset viewer.