Skip to content

Commit 97ba80b

Browse files
author
Richard Jones
committed
missed one
1 parent f5f6ad5 commit 97ba80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/templating.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,8 +1221,8 @@ def now(self):
12211221
'''
12221222
self.view_check()
12231223

1224-
return DateHTMLProperty(self._client, self._nodeid, self._prop,
1225-
self._formname, date.Date('.'))
1224+
return DateHTMLProperty(self._client, self._classname, self._nodeid,
1225+
self._prop, self._formname, date.Date('.'))
12261226

12271227
def field(self, size = 30):
12281228
''' Render a form edit field for the property

0 commit comments

Comments
 (0)