Allow sidebar rendering to be optional for the ConfigPagesView
Review Request #9972 — Created May 23, 2018 and submitted — Latest diff uploaded
This patch simply allows ConfigPagesView to specify whether or not they
want they want the sidebar to render. This can be used e.g. render a
custom sidebar without overriding the the entire template or to aid in
only rendering a single page (where you wouldn't want a sidebar) in
certain situations.
Used with an upcoming Review Board change.