From ea34d7bce88e4f74743585b99c9e4058517b7400 Mon Sep 17 00:00:00 2001 From: Jonathan Senecal Date: Wed, 13 Nov 2024 13:59:32 +0000 Subject: [PATCH] Translate badge text and simplify implementation --- netbox/templates/generic/bulk_import.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/generic/bulk_import.html b/netbox/templates/generic/bulk_import.html index a08b5a299..82c129910 100644 --- a/netbox/templates/generic/bulk_import.html +++ b/netbox/templates/generic/bulk_import.html @@ -130,7 +130,7 @@ Context: {% if field.required %} {% checkmark True true="Required" %} {% elif field.conditional %} - {% tag "Conditional" %} + {% trans "Conditional" %} {% else %} {{ ''|placeholder }} {% endif %}