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

Add Section.locked() and PageBlock.locked() methods

Open nikolas opened this issue 9 years ago • 0 comments

These can be implemented to just be the opposites of their corresponding unlocked methods. Then the user can have a choice whether they want to use locked or unlocked -- I would prefer to use locked because I find double negatives like {% if not unlocked %} confusing.

nikolas avatar Feb 27 '15 17:02 nikolas