Add missing load tag for i18n

This commit is contained in:
Jeremy Stretch 2023-08-10 10:32:56 -04:00
parent fdd79843c6
commit 62602532a2

View File

@ -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 %}