Modify ↓
      
        Opened 17 years ago
Closed 17 years ago
#3217 closed defect (fixed)
Unicode error in Profile with accented characters in a multickecks user profile field
| Reported by: | Alz | Owned by: | Catalin BALAN | 
|---|---|---|---|
| Priority: | highest | Component: | UserManagerPlugin | 
| Severity: | critical | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
A checked value containing accented characters creates Unicode error.
Please, remove the str() function line 45 in templates/admin_um_profile.html
... checked="${option in user_manager.user[field] and 'cheched' or None}"
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Sorry for the late reply.
Closing this ticket. Feel free to re-open it if this issue still persists.
Thank you, Catalin Balan
Note: See
        TracTickets for help on using
        tickets.
    



(In [4156]) UserManagerPlugin: - refs #3217