From 9aed5c5a04a02a76cca290e1a1c2e3a055fee389 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 31 Jul 2024 20:15:08 -0400 Subject: [PATCH] Add link text for 'clear' button on table column --- netbox/templates/inc/table_htmx.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/templates/inc/table_htmx.html b/netbox/templates/inc/table_htmx.html index 446a77643..0165b1d29 100644 --- a/netbox/templates/inc/table_htmx.html +++ b/netbox/templates/inc/table_htmx.html @@ -1,4 +1,5 @@ {% load django_tables2 %} +{% load i18n %} {% if table.show_header %} {% endif %}