Ignore:
Timestamp:
23 May 2018, 06:25:16 (6 years ago)
Author:
Henrik Bettermann
Message:

Show new recaptcha without comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/requestpw.pt

    r12047 r15016  
    55    <tbody>
    66      <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 
    167    </tbody>
    178  </table>
     
    2112    To be able to proceed you must provide a valid email address!
    2213  </p>
     14  <div tal:content="structure view/captcha_code"></div>
    2315  <br />
    2416  <div tal:condition="view/availableActions">
Note: See TracChangeset for help on using the changeset viewer.