Commit 2c47dc48 authored by Jérome Perrin's avatar Jérome Perrin

use erp5.js on login_form, to be able to change language or use favorites

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25856 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 750b5a6d
......@@ -50,7 +50,7 @@
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
<tal:block tal:define="form_action string:logged_in;\n
global form_id string:login_form;\n
js_list python: [\'%s/login_form.js\' % (here.portal_url(), )]">\n
js_list python: [\'%s/login_form.js\' % (here.portal_url(), ), \'%s/erp5.js\' % (here.portal_url(), )]">\n
<tal:block metal:use-macro="here/main_template/macros/master">\n
<tal:block metal:fill-slot="main">\n
<div class="content login">\n
......
652
\ No newline at end of file
653
\ 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