Skip to content

Commit 8b70a33

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent b106018 commit 8b70a33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roundup/templates/classic/html/_generic.item

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<table class="form">
88

99
<tr tal:repeat="prop python:db[context._classname].properties()">
10-
<tal:block tal:condition="python:prop._name not in ('id', 'creator', 'created', 'activity')">
10+
<tal:block tal:condition="python:prop._name not in ('id', 'creator',
11+
'creation', 'activity')">
1112
<th tal:content="prop/_name"></th>
1213
<td tal:content="structure python:context[prop._name].field()"></td>
1314
</tal:block>

0 commit comments

Comments
 (0)