Ignore:
Timestamp:
Mar 30, 2010 11:39:51 AM (14 years ago)
Author:
mylan
Message:

#172: Fix breakage in plone4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.captcha.core/trunk/quintagroup/captcha/core/tests/test_captcha/test_form.cpt

    r1957 r2034  
    77    <div metal:use-macro="here/global_statusmessage/macros/portal_message" /> 
    88    <form name="edit_form" method="post" action="talkback" 
    9           tal:attributes="action string:$here_url/$template_id"> 
     9          tal:attributes="action python:context.absolute_url()+'/'+template.id"> 
    1010        <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 
    1111        <input class="context" type="submit" value="Save" name="form.button.Save" /> 
Note: See TracChangeset for help on using the changeset viewer.