mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 09:49:26 -05:00
fix app branding
This commit is contained in:
parent
634efb65f1
commit
a5974f89d6
@ -1,6 +1,6 @@
|
|||||||
Hi {{ user_display_name }},
|
Hi {{ user_display_name }},
|
||||||
|
|
||||||
{{ summary_text }}
|
{{ summary_text|replace("%app%", "Vector") }}
|
||||||
|
|
||||||
{% for room in rooms %}
|
{% for room in rooms %}
|
||||||
{% include 'room.txt' with context %}
|
{% include 'room.txt' with context %}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="page">
|
<div id="page">
|
||||||
<div className="salutation">Hi {{ user_display_name }},</div>
|
<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">
|
<div class="content">
|
||||||
{% for room in rooms %}
|
{% for room in rooms %}
|
||||||
{% include 'room.html' with context %}
|
{% include 'room.html' with context %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Hi {{ user_display_name }},
|
Hi {{ user_display_name }},
|
||||||
|
|
||||||
{{ summary_text }}
|
{{ summary_text|replace("%app%", "Matrix") }}
|
||||||
|
|
||||||
{% for room in rooms %}
|
{% for room in rooms %}
|
||||||
{% include 'room.txt' with context %}
|
{% include 'room.txt' with context %}
|
||||||
|
Loading…
Reference in New Issue
Block a user