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