Commit 98c17643 authored by Fabien Morin's avatar Fabien Morin

rename CaptchaAdvertisment into CheckCaptcha

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23453 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 39b0c80a
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</item> </item>
<item> <item>
<key> <string>default_reference</string> </key> <key> <string>default_reference</string> </key>
<value> <string>CaptchaAdvertisment</string> </value> <value> <string>CheckCaptcha</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string encoding="base64">QXZlcnRpc3NlbWVudCBkZSBzw6ljdXJpdMOp</string> </value> <value> <string encoding="base64">VsOpcmlmaWNhdGlvbiBkZSBzw6ljdXJpdMOp</string> </value>
</item> </item>
<item> <item>
<key> <string>uid</string> </key> <key> <string>uid</string> </key>
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
\n \n
if context.portal_membership.isAnonymousUser() and not captcha_ok:\n if context.portal_membership.isAnonymousUser() and not captcha_ok:\n
absolute_url = context.absolute_url()\n absolute_url = context.absolute_url()\n
new_url = \'captcha/CaptchaAdvertisment\'\n new_url = \'captcha/CheckCaptcha\'\n
redirect_url = "%s/%s" % (absolute_url, new_url)\n redirect_url = "%s/%s" % (absolute_url, new_url)\n
else:\n else:\n
portal_type = new_application_procedure\n portal_type = new_application_procedure\n
......
...@@ -59,7 +59,7 @@ Description:\n ...@@ -59,7 +59,7 @@ Description:\n
\n \n
<tal:block metal:define-macro="main">\n <tal:block metal:define-macro="main">\n
<div id="register_button">\n <div id="register_button">\n
<a href="captcha/CaptchaAdvertisment" i18n:domain="ui" i18n:translate="">Register >></a>\n <a href="captcha/CheckCaptcha" i18n:domain="ui" i18n:translate="">Register >></a>\n
</div>\n </div>\n
<div class="clear"></div>\n <div class="clear"></div>\n
</tal:block>\n </tal:block>\n
...@@ -83,6 +83,12 @@ Description:\n ...@@ -83,6 +83,12 @@ Description:\n
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
263 264
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment