django-pagetree
django-pagetree copied to clipboard
Add Section.locked() and PageBlock.locked() methods
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.