From f6f3251736cf1b97d5fd8be7292348325fa6627a Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 3 Mar 2013 22:19:35 -0500 Subject: [PATCH] Remove window.tag reference. --- templates/base.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2e292c5..5897e30 100644 --- a/templates/base.html +++ b/templates/base.html @@ -394,11 +394,6 @@ window.api_key = '{{ request.user.api_key.key }}'; {% endblock %} - {% if tag %} - - window.tag = '{{ tag.name }}'; - - {% endif %} {% if request.user.profile.is_pro %} window.user_is_pro = true;