diff --git a/sapl/templates/base/appconfig_list.html b/sapl/templates/base/appconfig_list.html index 7bfdfb225..976ffde6f 100644 --- a/sapl/templates/base/appconfig_list.html +++ b/sapl/templates/base/appconfig_list.html @@ -14,6 +14,7 @@

{% block extra_content %} {% endblock %} +{% block base_content %} {% if not rows %}

{{ NO_ENTRIES_MSG }}

{% else %} @@ -46,4 +47,3 @@ {% include "paginacao.html" %} {% endblock %} -