From 3777686c924238893062dbb0d7cb97ca6395aff8 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 1 May 2022 16:34:50 +1000 Subject: [PATCH] 503 page was missing inventree_extras (cherry picked from commit 1a8fd7878ea253f7cdfd50f54850827e634fcb0f) --- InvenTree/templates/503.html | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/templates/503.html b/InvenTree/templates/503.html index 7b5b25d611..606fc03ff0 100644 --- a/InvenTree/templates/503.html +++ b/InvenTree/templates/503.html @@ -1,5 +1,6 @@ {% extends "skeleton.html" %} {% load static %} +{% load inventree_extras %} {% load i18n %} {% block head %}