diff --git a/plinth/modules/ejabberd/templates/ejabberd.html b/plinth/modules/ejabberd/templates/ejabberd.html index c220994fd..106e19a2e 100644 --- a/plinth/modules/ejabberd/templates/ejabberd.html +++ b/plinth/modules/ejabberd/templates/ejabberd.html @@ -7,11 +7,10 @@ {% load i18n %} {% load static %} -{% block description %} +{% block status %} + {{ block.super }} - {% for paragraph in description %} -

{{ paragraph|safe }}

- {% endfor %} +

{% trans "Status" %}

{% url 'config:index' as index_url %}