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:
Malcolm Tredinnick 2008-08-23 17:36:42 +00:00
parent 8a3ef1f8bc
commit eaa64cd889
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ DEFAULT_TIME_INPUT_FORMATS = (
)
class TimeField(Field):
widget = TimeInput()
widget = TimeInput
default_error_messages = {
'invalid': _(u'Enter a valid time.')
}