diff --git a/flask_bootstrap/__init__.py b/flask_bootstrap/__init__.py index a71b8a64..63b58925 100644 --- a/flask_bootstrap/__init__.py +++ b/flask_bootstrap/__init__.py @@ -1,6 +1,6 @@ import warnings -from flask import current_app, Blueprint, url_for +from quart import current_app, Blueprint, url_for from markupsafe import Markup from wtforms import BooleanField, HiddenField diff --git a/flask_bootstrap/templates/base/table.html b/flask_bootstrap/templates/base/table.html index b22647bb..75cad0d5 100644 --- a/flask_bootstrap/templates/base/table.html +++ b/flask_bootstrap/templates/base/table.html @@ -113,7 +113,7 @@ {% for (action_name, action_icon, action_url) in custom_actions %}