… Provide url_for to all toolbar templates.
In my situation the Flask app is running with a URL prefix, but the old SELECT/EXPLAIN links were hardcoded, so did not work.
Fixed by injecting url_for from flask into jinja globals to be available in all templates and use it in sqlalchemy.html template to fix the issue.
… Provide url_for to all toolbar templates. In my situation the Flask app is running with a URL prefix, but the old SELECT/EXPLAIN links were hardcoded, so did not work.
Fixed by injecting url_for from flask into jinja globals to be available in all templates and use it in sqlalchemy.html template to fix the issue.