Changes between Initial Version and Version 1 of Ticket #32109
- Timestamp:
- Oct 14, 2020, 2:08:48 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32109 – Description
initial v1 12 12 However, using `{{block.super}}` breaks layout because it contains `<div id="content-related">`, which is floated right to achieve the sidebar look. Adding any content before this will shift the sidebar to the bottom of the page. 13 13 14 Ideally, the sidebar block should be defined inside `<div id="content-related">`, so that template authors can add content to the sidebar.14 Ideally, there should be another block inside `<div id="content-related">`, possibly called `{% block sidebar_content %}`, so that template authors can add content to the sidebar.