seitime-frappe/frappe/templates/emails/new_message.html
Faris Ansari 3f93565553 Email designs (#3786)
* New message email

* Mentioned in a comment

* File backup email

* Feedback email

* Administrator logged in email

* Upcoming events email

* minor

* Add header title and indicator color
2017-07-27 17:51:20 +05:30

5 lines
158 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>