From 932ea83de27a2544023f378d33841ddf162d4af9 Mon Sep 17 00:00:00 2001 From: BrightPan Date: Sun, 31 Jan 2016 11:01:44 +0800 Subject: [PATCH] Fix subdomain url error the script src path is not support subdomain, and the jquery.js has been load in debugtoolbar, so delete it, and works fine. --- flask_mongoengine/templates/panels/mongo-panel.html | 1 - 1 file changed, 1 deletion(-) diff --git a/flask_mongoengine/templates/panels/mongo-panel.html b/flask_mongoengine/templates/panels/mongo-panel.html index be717119..8474f942 100644 --- a/flask_mongoengine/templates/panels/mongo-panel.html +++ b/flask_mongoengine/templates/panels/mongo-panel.html @@ -154,7 +154,6 @@

{{ title }}

{{ render_stats("Inserts", inserts, slow_query_limit)}} {{ render_stats("Updates", updates, slow_query_limit)}} -