diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-05-05 15:54:29 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-05-05 15:54:29 +0100 |
commit | 81c2176cbadf7646fc075ca45dea4360ce7b8258 (patch) | |
tree | 1452fc8abf3940b3da717e0ef82cad8a8ecfa399 /res/templates-vector/notif_mail.html | |
parent | fix app branding (diff) | |
download | synapse-81c2176cbadf7646fc075ca45dea4360ce7b8258.tar.xz |
fix layout; handle app naming in synapse, not jinja
Diffstat (limited to 'res/templates-vector/notif_mail.html')
-rw-r--r-- | res/templates-vector/notif_mail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/templates-vector/notif_mail.html b/res/templates-vector/notif_mail.html index 86e7b6e867..c49cc66548 100644 --- a/res/templates-vector/notif_mail.html +++ b/res/templates-vector/notif_mail.html @@ -8,9 +8,9 @@ <body> <div id="page"> <div class="header"> - <img class="logo" src="http://matrix.org/img/vector-logo-email.png" width="64" height="83" alt="Vector"/> + <img class="logo" src="http://matrix.org/img/vector-logo-email.png" width="64" height="83" alt="[Vector]"/> <div class="salutation">Hi {{ user_display_name }},</div> - <div class="summarytext">{{ summary_text|replace("%app%", "Vector") }}</div> + <div class="summarytext">{{ summary_text }}</div> </div> <div class="content"> {% for room in rooms %} |