瀏覽代碼

Add missing load tag for i18n

Jeremy Stretch 2 年之前
父節點
當前提交
89d8f7aa70
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 %}