Ignore:
Timestamp:
9 Aug 2010, 09:09:27 (14 years ago)
Author:
uli
Message:

A condition always evaluating to False makes no sense.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/login.pt

    r5399 r5403  
    11<div class="portlet"
    22     tal:condition="python: request.principal.id == 'zope.anybody'">
    3    
    4    
    5     <form method="post" tal:condition='python:False'>
    6     <h3>Login</h3>
    7       User<br /><input type="text" name="form.login" size="15" /><br />
    8       Password<br /><input type="password" name="form.password" size="15" />
    9       <br />
    10       <input type="submit" name="SUBMIT" value="Login" />
    11     </form>
    123   
    134    <a href="@@loginstaff">
Note: See TracChangeset for help on using the changeset viewer.