Fixed parsing error, } should've been included

This commit is contained in:
Kristof Mattei
2022-02-04 14:02:50 -08:00
committed by GitHub
parent 262a1f0064
commit d2a6409381

View File

@@ -261,7 +261,8 @@
{
$('#div_id_shopping-mealplan_autoexclude_onhand').hide();
$('#div_id_shopping-mealplan_autoinclude_related').hide();
} {% endcomment %}
}
}
{% endcomment %}
</script>
{% endblock %}