Mercurial > p > roundup > code
changeset 1135:645a7caa2e9c
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 13 Sep 2002 01:29:24 +0000 |
| parents | 16874c9b86ad |
| children | 7e193bbda38e |
| files | roundup/templates/classic/html/_generic.item |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/templates/classic/html/_generic.item Fri Sep 13 01:28:54 2002 +0000 +++ b/roundup/templates/classic/html/_generic.item Fri Sep 13 01:29:24 2002 +0000 @@ -7,7 +7,8 @@ <table class="form"> <tr tal:repeat="prop python:db[context._classname].properties()"> - <tal:block tal:condition="python:prop._name not in ('id', 'creator', 'created', 'activity')"> + <tal:block tal:condition="python:prop._name not in ('id', 'creator', + 'creation', 'activity')"> <th tal:content="prop/_name"></th> <td tal:content="structure python:context[prop._name].field()"></td> </tal:block>
