From 323d03d00fbde1a692aba1cefc6fb725254e13e1 Mon Sep 17 00:00:00 2001 From: Angelo DeLuca Date: Wed, 12 Apr 2023 12:02:31 -0400 Subject: [PATCH] Fix closing `h5` tag mismatch in base jinja template. --- inspector/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspector/templates/base.html b/inspector/templates/base.html index 5d60037..93bd609 100644 --- a/inspector/templates/base.html +++ b/inspector/templates/base.html @@ -39,7 +39,7 @@
{% else %} {{ h5 }} {% endif %} -
+ {% block body %}{% endblock %}