From ade79962b56f4e865d8f9da3f1787c1a29934677 Mon Sep 17 00:00:00 2001 From: Ben Rog-Wilhelm Date: Sun, 7 Aug 2022 10:19:26 -0500 Subject: [PATCH] Include another section that somehow got lost --- files/helpers/jinja2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index ecc269425..a0dcddd18 100644 --- a/files/helpers/jinja2.py +++ b/files/helpers/jinja2.py @@ -67,5 +67,5 @@ def inject_constants(): "config":app.config.get, "DEFAULT_COLOR":DEFAULT_COLOR, "COLORS":COLORS, - "ADMIGGERS":ADMINISTRATORS + "ADMINISTRATORS":ADMINISTRATORS }