From d2a64093819bcd6c2dfbd5599b68342517351ad6 Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+kristof-mattei@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:02:50 -0800 Subject: [PATCH] Fixed parsing error, `}` should've been included --- cookbook/templates/settings.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbook/templates/settings.html b/cookbook/templates/settings.html index 2d9d15834..3e2314625 100644 --- a/cookbook/templates/settings.html +++ b/cookbook/templates/settings.html @@ -261,7 +261,8 @@ { $('#div_id_shopping-mealplan_autoexclude_onhand').hide(); $('#div_id_shopping-mealplan_autoinclude_related').hide(); - } {% endcomment %} + } } + {% endcomment %} {% endblock %}