Display a pound / currency symbol in a Django select input

Posted by Benjamin Dell on Stack Overflow See other posts from Stack Overflow or by Benjamin Dell
Published on 2010-06-16T14:19:56Z Indexed on 2010/06/16 14:22 UTC
Read the original article Hit count: 227

Filed under:
|

I have a number of currency values in a form select box (i.e. "&pound ;2,500")... when the form is rendered though it keeps the £ as is, is there any way to convert it to an actual pound sign?

Please note, the space before the ; sign is intentional (so that stackoverflow doesnt render it)

© Stack Overflow or respective owner

Related posts about django

Related posts about forms