File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.15.0rc0 "
1
+ __version__ = "0.15.0rc1 "
2
2
3
3
from ._types import ExportType as ExportType
4
4
from ._types import RequestAction as RequestAction
Original file line number Diff line number Diff line change 8
8
class ="form-control {{ 'field-has-one' if not field.many else 'field-has-many' }} {% if error %}is-invalid{% endif %} "
9
9
data-url ="{{ url_for(__name__ ~ ':api', identity=foreign_model.identity) }} "
10
10
data-pk ="{{ fpk }} "
11
- {% if data %}data-initial ="{{ (data if field.multiple else [data]) |tojson }} " {% endif %}
11
+ {% if data %}data-initial ="{{ (data if field.multiple else [data]) |tojson |forceescape }} " {% endif %}
12
12
{% if field.multiple %}multiple{% endif %} >
13
13
</ select >
14
14
{% if field.help_text %}
You can’t perform that action at this time.
0 commit comments