From 7dda475440a91c37fc8eb1985ee388dc13ee3d5e Mon Sep 17 00:00:00 2001 From: Jorge Bastida Date: Thu, 12 May 2011 11:50:19 +0100 Subject: [PATCH] Fix the sqlalchemy panel template to use the new namespaced urls. --- flaskext/debugtoolbar/templates/panels/sqlalchemy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flaskext/debugtoolbar/templates/panels/sqlalchemy.html b/flaskext/debugtoolbar/templates/panels/sqlalchemy.html index c98fb7c..633bbe8 100644 --- a/flaskext/debugtoolbar/templates/panels/sqlalchemy.html +++ b/flaskext/debugtoolbar/templates/panels/sqlalchemy.html @@ -14,8 +14,8 @@ {% if query.params %} {% if query.is_select %} - SELECT
- EXPLAIN
+ SELECT
+ EXPLAIN
{% if is_mysql %} PROFILE
{% endif %}