mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
matrixsynapse: Fix showing the status messages
Django template language does not support overriding blocks that are from included pages. The status messages were shown as part of the description and when app header was introduced, these messages were no longer being shown. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
4b570e38da
commit
6af46e8e00
@ -6,10 +6,10 @@
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
|
||||
{% block description %}
|
||||
{% for paragraph in description %}
|
||||
<p>{{ paragraph|safe }}</p>
|
||||
{% endfor %}
|
||||
{% block status %}
|
||||
{{ block.super }}
|
||||
|
||||
<h3>{% trans "Status" %}</h3>
|
||||
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user