views:

74

answers:

2

For example:

{{test|linebreaksbr|safe}}
+2  A: 

Yes you can, this is common practice to string together many filters consecutively.

Could you turn debugging on and see what the error is and update the question?

Make sure this is set in your settings.py

DEBUG = True
TEMPLATE_DEBUG = DEBUG
Brian R. Bondy
i did the very above but it did not work.
nubela
+2  A: 

Yes, have you tried it? Did something go wrong?

Ned Batchelder
yeap, i did the very above, but it only had linebreaksbr effect, and not the safe filter in effect. which is what sparked this very question.
nubela
update the question with more details then: what went in, and what came out?
Ned Batchelder