diff --git a/flask_debugtoolbar/templates/panels/sqlalchemy_error.html b/flask_debugtoolbar/templates/panels/sqlalchemy_error.html index 8f6c782..8de7051 100644 --- a/flask_debugtoolbar/templates/panels/sqlalchemy_error.html +++ b/flask_debugtoolbar/templates/panels/sqlalchemy_error.html @@ -20,7 +20,7 @@
The Flask-SQLAlchemy extension needs to be configured for this application. - Please see the + Please see the Flask-SQLAlchemy documentation for details.
@@ -35,7 +35,7 @@app.config['SQLALCHEMY_RECORD_QUERIES'] = True
See the
-
+
documention of Flask-SQLAlchemy's get_debug_queries()
for additional details.