From 8768a555717c51a59cc466a703d60647d54764ca Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 29 Nov 2011 18:14:25 -0500 Subject: [PATCH] added statcounter code to base template; the javascript was messing up the supporter page hidden settings, so I omitted the js there also added a css block so we can have all css load before js --- frontend/templates/base.html | 19 ++++++++++++++++++- frontend/templates/supporter.html | 13 ++++++++++--- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 8984f698..75ce340e 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -12,6 +12,7 @@ + {% block extra_css %}{% endblock %} {% block base_js %} @@ -106,7 +107,23 @@ - +{% block counter %} + + +{% endblock %} diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index 7f2205a8..cfbe9918 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -2,12 +2,12 @@ {% load endless %} {% block title %} — {{ supporter.username }}{% endblock %} - -{% block extra_head %} +{% block extra_css %} - +{% endblock %} +{% block extra_head %} @@ -256,3 +256,10 @@ how do I integrate the your wishlist thing with the tabs thing? {% endblock %} +{% block counter %} +
+{% endblock %} \ No newline at end of file