Ticket #13257: proposed_change.diff
File proposed_change.diff, 401 bytes (added by , 15 years ago) |
---|
-
(a) forms.py vs. (b) (current
a b 479 479 If attrs are given, they're used as HTML attributes on the <label> tag. 480 480 """ 481 481 contents = contents or conditional_escape(self.label) 482 if len(contents) == 1: 483 contents = ' ' 482 484 widget = self.field.widget 483 485 id_ = widget.attrs.get('id') or self.auto_id 484 486 if id_: