diff --git a/server/routes/place/html.py b/server/routes/place/html.py index 94e5e6f408..5eac5f266a 100644 --- a/server/routes/place/html.py +++ b/server/routes/place/html.py @@ -24,7 +24,7 @@ from flask import current_app from flask import g from flask_babel import gettext -from multidict import MultiDict +from werkzeug.datastructures import MultiDict from server.lib.cache import cache from server.lib.config import GLOBAL_CONFIG_BUCKET