Re: Hyperlinks in Messages

2011-04-27 Thread Oleg Lomaka
Just use appropriate filter for your raw message. For example to make all urls clickable in you message, you can apply urlizefilter {% for message in messages %} {{ message*|urlize* }} {% endfor %} Or use safe

Hyperlinks in Messages

2011-04-26 Thread Venkatraman S
Hi, How can i include hyperlinks in the messages?(am using the messages framework). The hyperlinks dont seem to get rendered; am getting the text'd version of the HTML. -Venkat -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr