Skip to content

Commit

Permalink
titre en gras et souligné dans le corps du mail de notification
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzirek committed Mar 4, 2025
1 parent daebd94 commit 5e95a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def _send_message(recipients: list[str], copy: list[str], subject: str, content:
<!DOCTYPE html>
<html>
<div style="font-family: Arial, sans-serif;">
<p style="white-space: pre-wrap; line-height: 1.5;">{{ subject }}</p>
<p style="white-space: pre-wrap; line-height: 1.5; font-weight: bold; text-decoration: underline;">{{ subject }}</p>
<p style="white-space: pre-wrap; line-height: 1.5;">{{ content }}</p>
<p style="font-weight: bold; margin-top: 20px; margin-bottom: 0px;">{{ message_obj.sender.agent.prenom }} {{ message_obj.sender.agent.nom }}</p>
<p style="margin-top: 0px;">{{ message_obj.sender.agent.structure }}</p>
Expand Down

0 comments on commit 5e95a7e

Please sign in to comment.