Re: html and TextField

2008-06-29 Thread Malcolm Tredinnick
On Sun, 2008-06-29 at 14:12 -0700, greg wrote: [...] > > I could use the fields defined above and just allow text in the actual > body, possible with a link to attachments (I have an "Attachments" > table that links to announcements). This would limit what could be > displayed on the screen but

Re: html and TextField

2008-06-29 Thread greg
On Jun 28, 6:31 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sat, 2008-06-28 at 18:05 -0500, Greg Lindstrom wrote: > > I would like to store text with html markup in a table to be displayed > > to the screen.  When I created a TextField and placed html markup in > > it, all of the tags w

Re: html and TextField

2008-06-29 Thread Daniel Roseman
On Jun 29, 12:05 am, "Greg Lindstrom" <[EMAIL PROTECTED]> wrote: > I would like to store text with html markup in a table to be displayed > to the screen. When I created a TextField and placed html markup in > it, all of the tags were escaped automatically. It there a setting to > turn this off

Re: html and TextField

2008-06-29 Thread Ross Dakin
Could you just un-escape the string before you pass it to your template? I haven't tried this, just guessing. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: html and TextField

2008-06-28 Thread Malcolm Tredinnick
On Sat, 2008-06-28 at 18:05 -0500, Greg Lindstrom wrote: > I would like to store text with html markup in a table to be displayed > to the screen. When I created a TextField and placed html markup in > it, all of the tags were escaped automatically. It there a setting to > turn this off (I didn

html and TextField

2008-06-28 Thread Greg Lindstrom
I would like to store text with html markup in a table to be displayed to the screen. When I created a TextField and placed html markup in it, all of the tags were escaped automatically. It there a setting to turn this off (I didn't see it in the online documentation), or is there another field