Open brassy-endomorph opened 9 months ago
This block:
https://github.com/scidsg/frontpage/blob/94cbd713b370f26cf1326db8d6a5923afa1a6e38/frontpage/templates/base.html#L72-L87
Should be moved to its own template that extends from base.html and then the relevant pages should extend from this. Where the div is currently should be an injectable block that defaults to empty
base.html
div
This block:
https://github.com/scidsg/frontpage/blob/94cbd713b370f26cf1326db8d6a5923afa1a6e38/frontpage/templates/base.html#L72-L87
Should be moved to its own template that extends from
base.html
and then the relevant pages should extend from this. Where thediv
is currently should be an injectable block that defaults to empty