File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,8 +115,7 @@ values needed for your customizations:
115115
116116### Site-wide Changes
117117
118- All pages inherit from the ` site_base.html ` template, which
119- extends ` base.html ` . To change every page on the site simply edit (` sample_project/templates/site_base.html ` ) which extends ` base.html ` and override
118+ All pages inherit from the ` base.html ` template. To change every page on the site simply edit (` sample_project/templates/base.html ` ) and override
120119the appropriate block:
121120
122121* Custom title: you may replace the default "My Speed Center" for the title
@@ -152,7 +151,7 @@ same name.
152151
153152* About page: create ` sample_project/override/templates/about.html ` :
154153
155- {% extends "site_base .html" %}
154+ {% extends "base .html" %}
156155 {% block title %}{{ block.super }}: About this project{% endblock %}
157156 {% block body %}
158157 <div id="sidebar"></div>
You can’t perform that action at this time.
0 commit comments