From b2e5bd636cf3a04f231335e4e4fcbb32b47d8b5a Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 3 Sep 2017 20:57:23 -0700 Subject: [PATCH] Update pinax/js/theme.js reference quotes Script tag is opening and closing with double-quotes, the double-quotes within the static templatetag was causing an IDE issue with improperly recognizing which text was quoted, and what was not. --- pinax_theme_bootstrap/templates/theme_bootstrap/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinax_theme_bootstrap/templates/theme_bootstrap/base.html b/pinax_theme_bootstrap/templates/theme_bootstrap/base.html index 6b386b00..7d29d2f7 100644 --- a/pinax_theme_bootstrap/templates/theme_bootstrap/base.html +++ b/pinax_theme_bootstrap/templates/theme_bootstrap/base.html @@ -75,7 +75,7 @@ {% block scripts %}{% endblock %} {% block theme_script %} - + {% endblock %} {% block extra_body_base %}