zerok / django-flatblocks

DEPRECATED: Use jazzband/django-flatblocks instead
BSD 3-Clause "New" or "Revised" License
169 stars 47 forks source link

Checking For Blank Blocks #18

Open yellobes opened 11 years ago

yellobes commented 11 years ago

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

zerok commented 11 years ago

True, there is currently no template tag that simply checks the existence or status of a flatblock but it would be rather trivial to write one if you need it :-)