summary refs log tree commit diff
path: root/res/templates
diff options
context:
space:
mode:
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/notif.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/templates/notif.html b/res/templates/notif.html
index 648ff034b3..aee52ec8c9 100644
--- a/res/templates/notif.html
+++ b/res/templates/notif.html
@@ -1,7 +1,8 @@
 <!doctype html>
 <html lang="en">
   <body>
-    <h1>{{ summaryText }}</h1>
+    <div className="salutation">Hi {{ user_display_name }},</div>
+    <div className="summarytext">{{ summary_text }}</div>
     <div class="content">
         {% for room in rooms %}
             {% include 'room.html' with context %}