Add missing load tag for i18n

This commit is contained in:
Jeremy Stretch 2023-08-10 10:32:56 -04:00
parent 4d2ef0a8b5
commit 89d8f7aa70

View File

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