fix server/loginform.pt
This commit is contained in:
parent
02919af20b
commit
c58126b93b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,8 +19,8 @@
|
||||||
|
|
||||||
<div metal:fill-slot="body"
|
<div metal:fill-slot="body"
|
||||||
tal:define="principal python:request.principal.id;
|
tal:define="principal python:request.principal.id;
|
||||||
camefrom python:request.get('camefrom') or request.URL[-1]">
|
|
||||||
baseUrl python:request.URL[-1];
|
baseUrl python:request.URL[-1];
|
||||||
|
camefrom python:request.get('camefrom') or request.URL[-1]">
|
||||||
|
|
||||||
<p i18n:translate="" tal:condition="python: principal == 'zope.anybody'">
|
<p i18n:translate="" tal:condition="python: principal == 'zope.anybody'">
|
||||||
Please provide Login Information</p>
|
Please provide Login Information</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue