login improvements
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1322 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
03daa6c8e2
commit
5698e73c8f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
<div tal:omit-tag=""
|
<div tal:omit-tag=""
|
||||||
tal:condition="python:principal != 'zope.anybody' and 'SUBMIT' in request">
|
tal:condition="python:principal != 'zope.anybody' and 'SUBMIT' in request">
|
||||||
<span tal:define="dummy python:
|
<span tal:define="dummy python:
|
||||||
request.response.redirect(request.get('camefrom', request.URL[-1]))" />
|
request.response.redirect(request.get('camefrom') or request.URL[-1])" />
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="label" i18n:translate="">User Name</div>
|
<div class="label" i18n:translate="">User Name</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue