fix: Incorrect language display in some email content

This commit is contained in:
wangruidong
2025-10-14 18:05:46 +08:00
committed by feng626
parent 3410686690
commit 28a97d0b5a
4 changed files with 24 additions and 22 deletions

View File

@@ -101,7 +101,8 @@ class AssetLoginReminderMsg(UserMessage):
'ip': self.ip,
'time': self.time,
'login_from': self.login_from,
'recipient': self.user,
'recipient_name': self.user.name,
'recipient_username': self.user.username,
'username': self.login_user.username,
'name': self.login_user.name,
'asset': str(self.asset),