|
@@ -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 %}
|