mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add missing load tag for i18n
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user