瀏覽代碼

Fix Oscar template override path in documentation for customising templates (#3483)

master
Aditya Sharma 4 年之前
父節點
當前提交
f43db954ab
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/source/howto/how_to_customise_templates.rst

+ 1
- 1
docs/source/howto/how_to_customise_templates.rst 查看文件

@@ -95,7 +95,7 @@ The main template ``base.html`` has a 'tracking' block which includes a Google
95 95
 Analytics partial.  We want to replace this with our own code.  To do this,
96 96
 create a new ``base.html`` in your project that subclasses the original::
97 97
 
98
-    # yourproject/templates/base.html
98
+    # yourproject/templates/oscar/base.html
99 99
     {% extends 'oscar/base.html' %}
100 100
 
101 101
     {% block tracking %}

Loading…
取消
儲存