From ce2a4331455e78e87dc611fe56b2cb866f7ac224 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Thu, 14 Jul 2022 15:05:53 -0700 Subject: [PATCH] Add Version to Base Template --- sigl/templates/base.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigl/templates/base.html.j2 b/sigl/templates/base.html.j2 index 215b40e..6273ba9 100644 --- a/sigl/templates/base.html.j2 +++ b/sigl/templates/base.html.j2 @@ -53,7 +53,7 @@ {% block main %}{% endblock %} {% block body_scripts %}{% endblock %}