Changeset 4155

Show
Ignore:
Timestamp:
08/20/08 06:48:13 (5 months ago)
Author:
cbalan
Message:

UserManagerPlugin: - Fixed #3219

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • usermanagerplugin/0.11/tracusermanager/templates/admin_um_profile.html

    r3156 r4155  
    4444                                                <span py:for="option in attributes['options']" for="um_profile_${field}_${option}"> 
    4545                                                        <input type="checkbox" name="um_profile_${field}" id="um_profile_${field}_${option}" checked="${option in str(user_manager.user[field]) and 'cheched' or None}"  value="${option}"/> 
    46                                                         ${option.capitalize()
     46                                                        ${option
    4747                                                </span> 
    4848                                        </py:when>