Changeset 7083
- Timestamp:
- 02/03/08 20:33:38 (1 year ago)
- Files:
-
- django/trunk/django/newforms/widgets.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/newforms/widgets.py
r6722 r7083 427 427 final_attrs = dict(final_attrs, id='%s_%s' % (id_, i)) 428 428 output.append(widget.render(name + '_%s' % i, widget_value, final_attrs)) 429 return self.format_output(output)429 return mark_safe(self.format_output(output)) 430 430 431 431 def id_for_label(self, id_):
