Commit f1c54e3 1 parent bd59d51 commit f1c54e3 Copy full SHA for f1c54e3
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.15.0rc3 "
1
+ __version__ = "0.15.0rc4 "
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 24
24
data-name ="{{ action.name }} "
25
25
data-submit-btn-text ="{{ action.submit_btn_text }} "
26
26
data-submit-btn-class ="{{ action.submit_btn_class }} "
27
- data-form ="{{ action.form }} "
27
+ data-form ="{{ action.form |forceescape }} "
28
28
>
29
29
{% if action.icon_class %}
30
30
< i class ="{{ action.icon_class }} me-2 "> </ i >
Original file line number Diff line number Diff line change 15
15
{% endif %}
16
16
data-submit-btn-text="{{ action.submit_btn_text }}"
17
17
data-submit-btn-class="{{ action.submit_btn_class }}"
18
- data-form="{{ action.form }}"
18
+ data-form="{{ action.form |forceescape }}"
19
19
{% endif %}
20
20
data-is-row-action="true"
21
21
data-name="{{ action.name }}"
You can’t perform that action at this time.
0 commit comments