Commit b4abca2f authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fix 'Go Back' link on login_form

See merge request nexedi/slapos.core!382
parents 5c41ab13 a1c8c7f0
......@@ -44,7 +44,7 @@
<section tal:condition="not: portal/portal_membership/isAnonymousUser">
<p i18n:domain="ui" i18n:translate="" >It seems you're already authenticated.</p>
<p><a tal:condition="exists: request/came_from"
tal:attributes="href request/came_from" >Go back</a></p>
tal:attributes="href python:context.WebSection_renderCameFromURITemplate(request.came_from)" >Go back</a></p>
</section>
<section tal:condition="portal/portal_membership/isAnonymousUser">
<section class="ui-content-header-plain">
......
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