diff options
Diffstat (limited to 'pergamon/templates/base.html')
-rw-r--r-- | pergamon/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pergamon/templates/base.html b/pergamon/templates/base.html index 08fd9e7..2b8ff90 100644 --- a/pergamon/templates/base.html +++ b/pergamon/templates/base.html @@ -84,5 +84,6 @@ {% block extra_js %} {# Override this in templates to add extra javascript #} {% endblock %} + {{ tracking_code }} </body> </html> |