We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c186ae1 commit f9b8fe4Copy full SHA for f9b8fe4
starlette_admin/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.15.0rc8"
+__version__ = "0.15.0rc9"
2
3
from ._types import ExportType as ExportType
4
from ._types import RequestAction as RequestAction
starlette_admin/templates/forms/json.html
@@ -5,6 +5,6 @@
5
</div>
6
<input type="text"
7
name="{{ field.id }}"
8
- value="{{ (data|tojson) if data else 'null' }}"
+ value="{{ (data|tojson|forceescape) if data else 'null' }}"
9
hidden/>
10
{% include "forms/_error.html" %}
0 commit comments