Re: Embed HTML snippets through django

2009-01-27 Thread DrKayBee
Thanks! Thanks helps. On Jan 26, 10:15 pm, Malcolm Tredinnick wrote: > On Mon, 2009-01-26 at 19:27 -0800, DrKayBee wrote: > > Hi, > > I am creating a small website, where I would like to provide users > > with a database field (through admin) where they can enter a link to > > their public googl

Re: Embed HTML snippets through django

2009-01-26 Thread Malcolm Tredinnick
On Mon, 2009-01-26 at 19:27 -0800, DrKayBee wrote: > Hi, > I am creating a small website, where I would like to provide users > with a database field (through admin) where they can enter a link to > their public google calendar (This is an tag). > > Obviously, if I just write it to a django temp

Re: Embed HTML snippets through django

2009-01-26 Thread Steve Holden
DrKayBee wrote: > Hi, > I am creating a small website, where I would like to provide users > with a database field (through admin) where they can enter a link to > their public google calendar (This is an tag). > > Obviously, if I just write it to a django template like so: > {{ user.CalendarLink

Embed HTML snippets through django

2009-01-26 Thread DrKayBee
Hi, I am creating a small website, where I would like to provide users with a database field (through admin) where they can enter a link to their public google calendar (This is an tag). Obviously, if I just write it to a django template like so: {{ user.CalendarLink }} - it just puts the verbat