feat: discussions mention notifications
This commit is contained in:
11
lms/templates/emails/mention_template.html
Normal file
11
lms/templates/emails/mention_template.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<p>
|
||||
{{ _("{0} mentioned you in a comment in your batch.").format(sender) }}
|
||||
</p>
|
||||
<p>
|
||||
<blockquote>
|
||||
{{ content | markdown }}
|
||||
</blockquote>
|
||||
</p>
|
||||
<div class="more-info">
|
||||
<a href="{{ batch_link }}">{{ _("Open Batch") }}</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user