♻️(email) adapt email when no title

Default title is not set when we create a document
anymore. We need to adapt the email to handle
this case.
This commit is contained in:
Anthony LC
2025-03-04 09:09:02 +01:00
committed by Anthony LC
parent 2d24825be0
commit cb4e148afc
3 changed files with 39 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
<!-- Main Message -->
<mj-text>
{{message|capfirst}}
<a href="{{link}}">{{document.title}}</a>
<a href="{{link}}">{{document_title}}</a>
</mj-text>
<mj-button
href="{{link}}"