Added function for rendering contents when the box is not collapsed
Review Request #11514 — Created March 11, 2021 and discarded — Latest diff uploaded
Added logic in the Django template (base.html) to have body elements
only when box is not collapsed.
Removed assumptions of existing tags in the body elements for the
collapsed box.
Created an overriding method for expand() in ReviewEntry.
Added TODO for expand method overriding.