From 24457dc24173f16c5f7259166918ed8906227c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20G=C3=BCtzkow?= <70779496+CJGutz@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:34:20 +0100 Subject: [PATCH] add load i18n to inventory --- inventory/templates/inventory/edit_item.html | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/templates/inventory/edit_item.html b/inventory/templates/inventory/edit_item.html index fff5f13c..93b9b5b3 100644 --- a/inventory/templates/inventory/edit_item.html +++ b/inventory/templates/inventory/edit_item.html @@ -1,5 +1,6 @@ {% extends 'website/base.html' %} {% load static %} +{% load i18n %} {% block head %} {{ jquery | safe }}