Remove window.tag reference.

master
Nick Sergeant 2013-03-03 22:19:35 -05:00
parent fe9c8282d9
commit f6f3251736
1 changed files with 0 additions and 5 deletions

View File

@ -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;