[mezzanine-users] Displaying orders inline under User profile

2014-10-30 Thread Mario Gudelj
Hi list, Firstly, I'd like to thank Stephen and everyone else contributing to Mezza for their hard work and for making such awesome Django CMS. I love it! I've used Mezza for couple of projects now and I'll be posting some URLs soon for your feedback. Anyway, I'm stuck with Cartridge's Order

Re: [mezzanine-users] Rendering the canvas tag?

2014-10-30 Thread Matt Quinn
For me it was Django built-in templating system that was stripping my tags. I solved this by using safe template filter. {{ var | safe }} here's the docs: https://docs.djangoproject.com/en/dev/ref/templates/builtins/#std:templatefilter-safe Hope this helps. -matt On Thu, Oct 30, 2014 at 7:21

Re: [mezzanine-users] Rendering the canvas tag?

2014-10-30 Thread Ross Laird
Oh, silly, silly. I should try this: {{ page.portfolioitem.content|safe }} On Thursday, 30 October 2014 19:50:48 UTC-7, Ross Laird wrote: Thanks for the reply. At least it sounds like there is a way to do this. However -- I've tried this: {{

Re: [mezzanine-users] Rendering the canvas tag?

2014-10-30 Thread Ross Laird
But sadly, still no... On Thursday, 30 October 2014 19:56:21 UTC-7, Ross Laird wrote: Oh, silly, silly. I should try this: {{ page.portfolioitem.content|safe }} On Thursday, 30 October 2014 19:50:48 UTC-7, Ross Laird wrote: Thanks for the reply. At least it sounds like there is a way to