mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
ejabberd: 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
6af46e8e00
commit
2dfa8abeca
@ -7,11 +7,10 @@
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
|
||||
{% block description %}
|
||||
{% block status %}
|
||||
{{ block.super }}
|
||||
|
||||
{% for paragraph in description %}
|
||||
<p>{{ paragraph|safe }}</p>
|
||||
{% endfor %}
|
||||
<h3>{% trans "Status" %}</h3>
|
||||
|
||||
<p>
|
||||
{% url 'config:index' as index_url %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user