From 47f0ac02b46abfc395e0fad40987d8b206ece427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 17 Mar 2018 13:19:25 +0100 Subject: [PATCH] templates: fix colspan and add a class to empty table row (#22596) --- fargo/templates/fargo/table.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fargo/templates/fargo/table.html b/fargo/templates/fargo/table.html index 7460404..1b08d1f 100644 --- a/fargo/templates/fargo/table.html +++ b/fargo/templates/fargo/table.html @@ -52,5 +52,9 @@ {% endif %} {% endblock table.tbody.row %} +{% block table.tbody.empty_text %} +{{ table.empty_text }} +{% endblock %} + {% block pagination.cardinality %} {% endblock %} -- 2.16.2