fix: 修复工单引入html错误问题 (#11744)

Co-authored-by: feng <1304903146@qq.com>
pull/11747/head
fit2bot 2023-10-07 15:28:40 +08:00 committed by GitHub
parent 2aed3fcaea
commit 0c1f4d99f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class BaseHandler:
context = self._diff_prev_approve_context(state)
context.update({'approve_info': approve_info})
body = self.safe_html_script(
render_to_string('tickets/user_login_reminder.html', context)
render_to_string('tickets/ticket_approve_diff.html', context)
)
data = {
'body': body,