Skip to content

Commit

Permalink
Move notification.html; re-add PWA token location field
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Nov 21, 2024
1 parent 8e71ee4 commit 29b2efb
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 118 deletions.
2 changes: 1 addition & 1 deletion canarytokens/channel_output_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def do_send_alert(
email_content_html = EmailOutputChannel.format_report_html(
details,
Path(
f"{self.switchboard_settings.TEMPLATES_PATH}/emails/notification.html"
f"{self.switchboard_settings.TEMPLATES_PATH}/emails/_generated_dont_edit_notification.html"
),
)
email_content_text = EmailOutputChannel.format_report_text(details)
Expand Down
Loading

0 comments on commit 29b2efb

Please sign in to comment.