Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 13 Sep 2002 01:29:24 +0000 (01:29 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 13 Sep 2002 01:29:24 +0000 (01:29 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1157 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/classic/html/_generic.item

index 4c0810fc4fa3e8164cdfdcdc34ae91d781c56271..d0750f5c240e52c6d9052b3695ef4e0cff354a24 100644 (file)
@@ -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>