Open FabriceSalvaire opened 8 years ago
I have the same issue !
I also have the same issue. Uwsgi restart solves the issue.
Issue not uwsgi related. I have the same if even i use runserver . After some time issue disappear. Issue appear after every new blog page added
Same here. Tested on runserver. It happens every time I add new article. But after few minutes when I refresh the page, even without restarting the server, everything is back to normal...
Edit: In aldryn_newsblog/templates/aldryn_newsblog/includes/article.html I changed this line: {% render_model article "lead_in" %} to: {{ article.lead_in|safe }} and now it looks like it's working.
I'm seeing the same issue. The solution from @maartinez works, but removes the "click to edit" feature from the lead-in.
Same issue here
maybe the implementation of render_model is doing it wrong. Could be fixed with more parameters I think. A djangocms issue then.
For some reason the lead content of edited articles is rendered as HTML verbatim.
A server restart solved the issue.