mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-10 22:34:56 -05:00
fix layout; handle app naming in synapse, not jinja
This commit is contained in:
parent
a5974f89d6
commit
81c2176cba
7 changed files with 45 additions and 22 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<body>
|
||||
<div id="page">
|
||||
<div className="salutation">Hi {{ user_display_name }},</div>
|
||||
<div className="summarytext">{{ summary_text|replace("%app%", "Matrix") }}</div>
|
||||
<div className="summarytext">{{ summary_text }}</div>
|
||||
<div class="content">
|
||||
{% for room in rooms %}
|
||||
{% include 'room.html' with context %}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Hi {{ user_display_name }},
|
||||
|
||||
{{ summary_text|replace("%app%", "Matrix") }}
|
||||
{{ summary_text }}
|
||||
|
||||
{% for room in rooms %}
|
||||
{% include 'room.txt' with context %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue