Commit 5e40a150 authored by Romain Courteaud's avatar Romain Courteaud

Translate the status message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12905 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d33e010
...@@ -76,7 +76,7 @@ XXX: this page is just for backward compatibility. The log_out action sould lead ...@@ -76,7 +76,7 @@ XXX: this page is just for backward compatibility. The log_out action sould lead
</tal:block>\n </tal:block>\n
<tal:block metal:use-macro="here/main_template/macros/master">\n <tal:block metal:use-macro="here/main_template/macros/master">\n
<tal:block metal:fill-slot="main">\n <tal:block metal:fill-slot="main">\n
<tal:block tal:define="dummy python:request.RESPONSE.redirect(\'%s/login_form?portal_status_message=You have been logged out.\' % (url, ))" />\n <tal:block tal:define="dummy python:request.RESPONSE.redirect(\'%s/login_form?portal_status_message=%s\' % (url, here.Base_translateString(\'You have been logged out.\')))" />\n
</tal:block>\n </tal:block>\n
</tal:block> </tal:block>
......
336 338
\ 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