Re: HTML special chars in form labels

2011-01-12 Thread Derek
Have you tried safe or safeseq tags, applied to those specific labels? http://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#safe On Jan 11, 8:27 pm, Vsevolod wrote: > Django known to escape whole form label text. > Still I have a need to insert special characters (nbsp, dashe

HTML special chars in form labels

2011-01-11 Thread Vsevolod
Django known to escape whole form label text. Still I have a need to insert special characters (nbsp, dashes etc.) into the label text. Is there any way to do it or disable escaping? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to thi