Skip to content
Snippets Groups Projects
Commit a5974f89 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

fix app branding

parent 634efb65
No related branches found
No related tags found
No related merge requests found
Hi {{ user_display_name }},
{{ summary_text }}
{{ summary_text|replace("%app%", "Vector") }}
{% for room in rooms %}
{% include 'room.txt' with context %}
......
......@@ -8,7 +8,7 @@
<body>
<div id="page">
<div className="salutation">Hi {{ user_display_name }},</div>
<div className="summarytext">{{ summary_text }}</div>
<div className="summarytext">{{ summary_text|replace("%app%", "Matrix") }}</div>
<div class="content">
{% for room in rooms %}
{% include 'room.html' with context %}
......
Hi {{ user_display_name }},
{{ summary_text }}
{{ summary_text|replace("%app%", "Matrix") }}
{% for room in rooms %}
{% include 'room.txt' with context %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment