♻️(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:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user