mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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 i18n %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block description %}
|
{% block status %}
|
||||||
{% for paragraph in description %}
|
{{ block.super }}
|
||||||
<p>{{ paragraph|safe }}</p>
|
|
||||||
{% endfor %}
|
<h3>{% trans "Status" %}</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user