django-flatblocks icon indicating copy to clipboard operation
django-flatblocks copied to clipboard

DEPRECATED: Use jazzband/django-flatblocks instead

Results 5 django-flatblocks issues
Sort by recently updated
recently updated
newest added

This references [my previous issue](https://github.com/zerok/django-flatblocks/issues/8). See the commit message for changes, I used the syntax specified by @zerok mandx/django-flatblocks@b233a3958db0f83e5e6311ee72b5bac0a156a81a

I went through the whole project and updated everything. I verified that all test cases work. Let me know if anything is missing. I am running this new version on...

https://github.com/mazelife/django-redactor for better / richer content editing in the admin for flatblocks. https://github.com/mazelife/django-redactor

I don't see an easy way to check if a block is blank or not via template tag. Best way?

Consider this syntax: ``` {% flatblock "page.info" %} Here goes the default text of the flatblock named "page.info". When defining this block the tag search for the flatblog with this...