Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Ticket #1964: attrs_in_label.diff

File attrs_in_label.diff, 371 bytes (added by ghorvath, 3 years ago)

Patch missing attrs in Label template

  • turbogears/widgets/forms.py

     
    588588        id="${field_id}" 
    589589        class="${field_class}" 
    590590        py:content="value" 
     591        py:attrs="attrs" 
    591592    /> 
    592593    """ 
    593594    params = ["attrs"]