diff --git a/services/api-server/src/api_server/html5_access.py b/services/api-server/src/api_server/html5_access.py index 77f1214..cdfb043 100644 --- a/services/api-server/src/api_server/html5_access.py +++ b/services/api-server/src/api_server/html5_access.py @@ -1,6 +1,7 @@ from __future__ import annotations from html import escape +import json from typing import Iterable from urllib.parse import quote @@ -63,6 +64,7 @@ def render_html5_access_page( {render_html5_access_profile(project_id=project_id, profile=selected)}