Commit 233d4a52 authored by Romain Courteaud's avatar Romain Courteaud

Remove wrong translation call.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12808 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 785728fd
......@@ -98,8 +98,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block tal:condition="python: request.get(\'came_from\', None) is not None">\n
<h1 i18n:translate="" i18n:domain="ui">You don\'t have enough permissions to access this page</h1>\n
<p i18n:translate="" i18n:domain="ui">You can log in with another user name or\n
<a href="javascript:history.back();"\n
i18n:translate="" i18n:domain="ui">go back</a>.\n
<a href="javascript:history.back();">go back</a>.\n
</p>\n
</tal:block>\n
\n
......
334
\ No newline at end of file
336
\ 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