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/applicants/browser_templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt

    r13384 r15016  
    1919      </td>
    2020    </tr>
    21     <tr tal:condition="view/captcha_code">
    22       <td i18n:translate="">
    23         Please solve the captcha<br />to prevent misuse of this service:
    24       </td>
    25       <td>
    26         <div tal:content="structure view/captcha_code"></div>
    27       </td>
    28     </tr>
    2921  </table>
     22  <div tal:content="structure view/captcha_code"></div>
    3023  <br />
    3124  <input class="btn btn-primary" type="submit" name="SUBMIT"
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantregister.pt

    r8033 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>
     
    2415    credentials will be sent to the address provided.
    2516  </p>
     17  <div tal:content="structure view/captcha_code"></div>
     18  <br />
    2619  <div tal:condition="view/availableActions">
    2720    <input tal:repeat="action view/actions"
Note: See TracChangeset for help on using the changeset viewer.