Django

Code

Changeset 8492

Show
Ignore:
Timestamp:
08/23/08 12:36:42 (3 months ago)
Author:
mtredinnick
Message:

Small edit of [8491].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/forms/fields.py

    r8491 r8492  
    312312 
    313313class TimeField(Field): 
    314     widget = TimeInput() 
     314    widget = TimeInput 
    315315    default_error_messages = { 
    316316        'invalid': _(u'Enter a valid time.')