Explorar o código

Add missing load tag for i18n

Jeremy Stretch %!s(int64=2) %!d(string=hai) anos
pai
achega
89d8f7aa70
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      netbox/templates/generic/object_children.html

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

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