From 6af46e8e00ff20d8bb22f880d94bc30e7709f9ef Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 9 Aug 2022 08:54:57 -0700 Subject: [PATCH] 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 Reviewed-by: James Valleroy --- .../modules/matrixsynapse/templates/matrix-synapse.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plinth/modules/matrixsynapse/templates/matrix-synapse.html b/plinth/modules/matrixsynapse/templates/matrix-synapse.html index 082303ada..226dc82f8 100644 --- a/plinth/modules/matrixsynapse/templates/matrix-synapse.html +++ b/plinth/modules/matrixsynapse/templates/matrix-synapse.html @@ -6,10 +6,10 @@ {% load i18n %} {% load static %} -{% block description %} - {% for paragraph in description %} -

{{ paragraph|safe }}

- {% endfor %} +{% block status %} + {{ block.super }} + +

{% trans "Status" %}

{% blocktrans trimmed %}