skullvulture wrote:
> In my model I have a field that has choices and in the display of those
> choices I need the degrees symbol, so I put in '°' however the
> admin page does not render the html in my choice set in the drop down
> menu.  Is there a way to get it to render the html? Thanks.

I can't answer your exact question but if your source files are in utf-8 
(or another unicode encoding) you can use the symbol directly. You can 
insert it with some charmap tool or just copy-paste it from here: °

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to