seitime-frappe/frappe/templates/emails/new_message.html
mnatalia 18ecf1f3e7 Update new_message.html (#5535)
Added possibility to translate.
2018-05-08 11:16:55 +05:30

5 lines
180 B
HTML

<p>{{ _("You have a new message from: ") }}<b>{{ from }}</b></p>
<p>{{ message }}</p>
<div class="more-info">
<a href="{{ link }}">{{ _("Login and view in Browser") }}</a>
</div>