From: jordan Date: Wed, 25 Jan 2012 14:29:21 +0000 (+0000) Subject: add a new after_head_js block (immediately after the tag), allows to add track... X-Git-Tag: live~93 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/11014041527e050c889dfb8899e0fb87945b5513 add a new after_head_js block (immediately after the tag), allows to add tracking scripts, like Google Website Optimizer git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1224 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/base_content.html b/forum/skins/default/templates/base_content.html index 5e3bee8..34cd91b 100644 --- a/forum/skins/default/templates/base_content.html +++ b/forum/skins/default/templates/base_content.html @@ -2,7 +2,7 @@ {% load i18n extra_tags extra_filters markup ui_registry %} - + {% block after_head_js %}{% endblock %} {% block fulltitle %}{% block title %}{% endblock %} - {{ settings.APP_SHORT_NAME }}{% endblock %}