Re: Rendering django message stops script

2011-06-01 Thread Gabe
Anyone any suggestions, please? Gabe On 29 Maj, 17:29, Gabe wrote: > Hi, > > my problem is that I have somewhere in my .html file this code: > > {% if messages %} >     >         {% for message in messages %} >         {{ > message }} > >         {% endfor %} >     >     {% endif %} > > In on

Rendering django message stops script

2011-05-29 Thread Gabe
Hi, my problem is that I have somewhere in my .html file this code: {% if messages %} {% for message in messages %} {{ message }} {% endfor %} {% endif %} In one of my views when somebody adds commend I add django info message. In response there should be th