decimal widget should have decimal class

This commit is contained in:
Massimo Di Pierro
2011-12-19 22:59:14 -06:00
parent 2d1e90f6f9
commit 822be670fe
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ class DoubleWidget(StringWidget):
class DecimalWidget(StringWidget):
_class = 'double'
_class = 'decimal'
class TimeWidget(StringWidget):