[FIX] Redirect user to /web/login and not /web. The redirect is now compatible with the rev web:3983 (needto be retrocompatible), but the good practice should be to always redirect to login. It is to login controller to redirect if user is alreayd logged.

bzr revid: jke@openerp.com-20140321115524-j3vk6lovuphnaods
This commit is contained in:
Kersten Jeremy 2014-03-21 12:55:24 +01:00
parent 1d4b43eb38
commit 356e4f595a
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@
<div class="col-md-8 oe_mycart">
<h3 class="page-header mt16">Billing Information
<small groups="base.group_public"> or
<a class='btn btn-primary' t-if="not partner" t-attf-href="/web?redirect=#{ request.httprequest.url }">Sign in</a>
<a class='btn btn-primary' t-if="not partner" t-attf-href="/web/login?redirect=#{ request.httprequest.url }">Sign in</a>
</small>
</h3>
<div class="row">