update notification_templates.py

This commit is contained in:
MacRimi
2026-04-02 08:38:01 +02:00
parent 5f5dc171be
commit 007e3d1c0e
6 changed files with 121 additions and 13 deletions

View File

@@ -620,7 +620,7 @@ class EmailChannel(NotificationChannel):
<td colspan="2" style="padding:8px 12px;font-size:13px;color:#1f2937;border-bottom:1px solid #e5e7eb;">{value}</td>
</tr>'''
# ── Reason / details block (long text, displayed separately)
# ── Reason / details block (long text, displayed separately) <EFBFBD><EFBFBD><EFBFBD>
reason = data.get('reason', '')
reason_html = ''
if reason and len(reason) > 80: