Display a pound / currency symbol in a Django select input
- by Benjamin Dell
I have a number of currency values in a form select box (i.e. "£ ;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)