Re: using mark_safe() in a view returns False

2009-08-25 Thread MIL
Hi. Im sorry. I closed the question again, cause I found out that it worked just fine :o) Thanks for helping though :o) On 25 Aug., 02:51, Karen Tracey wrote: > On Mon, Aug 24, 2009 at 7:01 PM, MIL wrote:Since I had > > the pleasure of getting help in here once I will try > > > > > again :o) >

Re: using mark_safe() in a view returns False

2009-08-24 Thread Karen Tracey
On Mon, Aug 24, 2009 at 7:01 PM, MIL wrote:Since I had the pleasure of getting help in here once I will try > again :o) > > I have read about the mark_safe, and I would like to use it, but it > just returns the value "False" > > What am I doing wrong? > > i my view: > from django.utils.safestring

using mark_safe() in a view

2009-08-24 Thread MIL
Since I had the pleasure of getting help in here once I will try again :o) I have read about the mark_safe, and I woul like to use it, but it just returns the value "False" What am I doing wrong? i my view: context = RequestContext(request, { 'title' : title, 'p_

using mark_safe() in a view returns False

2009-08-24 Thread MIL
Since I had the pleasure of getting help in here once I will try again :o) I have read about the mark_safe, and I would like to use it, but it just returns the value "False" What am I doing wrong? i my view: from django.utils.safestring import mark_safe ... context = RequestContext