Sfoglia il codice sorgente

Add missing load tag for i18n

Jeremy Stretch 2 anni fa
parent
commit
89d8f7aa70
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      netbox/templates/generic/object_children.html

+ 1 - 0
netbox/templates/generic/object_children.html

@@ -1,5 +1,6 @@
 {% extends base_template %}
 {% extends base_template %}
 {% load helpers %}
 {% load helpers %}
+{% load i18n %}
 
 
 {% block content %}
 {% block content %}
     {% include 'inc/table_controls_htmx.html' with table_modal=table_config %}
     {% include 'inc/table_controls_htmx.html' with table_modal=table_config %}