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

Show new recaptcha without comment.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/changepw.pt

    r13089 r15016  
    55    <tbody>
    66      <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 
    167    </tbody>
    178  </table>
     
    2516    of address.
    2617  </p>
     18  <div tal:content="structure view/captcha_code"></div>
    2719  <br />
    2820  <div tal:condition="view/availableActions">
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/contactform.pt

    r8415 r15016  
    2020  <tal:captcha condition="view/captcha_code|nothing">
    2121    <p tal:content="structure view/captcha_code"></p>
    22     <p i18n:translate="">
    23       Please solve the captcha to prevent misuse of this service.
    24     </p>
     22    <br />
    2523  </tal:captcha>
    2624
Note: See TracChangeset for help on using the changeset viewer.