From 3c39fa89027452cc4472ceb85d5d91a254cb2f50 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 5 May 2016 01:58:58 +0100 Subject: First cut at Vector-branded mail templates --- res/templates-vector/notif_mail.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 res/templates-vector/notif_mail.html (limited to 'res/templates-vector/notif_mail.html') diff --git a/res/templates-vector/notif_mail.html b/res/templates-vector/notif_mail.html new file mode 100644 index 0000000000..86e7b6e867 --- /dev/null +++ b/res/templates-vector/notif_mail.html @@ -0,0 +1,25 @@ + + + + + + +
+
+ +
Hi {{ user_display_name }},
+
{{ summary_text|replace("%app%", "Vector") }}
+
+
+ {% for room in rooms %} + {% include 'room.html' with context %} + {% endfor %} +
+ +
+ + -- cgit 1.4.1