Small edit of [8491].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8a3ef1f8bc
commit
eaa64cd889
|
@ -311,7 +311,7 @@ DEFAULT_TIME_INPUT_FORMATS = (
|
|||
)
|
||||
|
||||
class TimeField(Field):
|
||||
widget = TimeInput()
|
||||
widget = TimeInput
|
||||
default_error_messages = {
|
||||
'invalid': _(u'Enter a valid time.')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue