mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-10 08:38:34 -05:00
Fixed parsing error, } should've been included
This commit is contained in:
@@ -261,7 +261,8 @@
|
|||||||
{
|
{
|
||||||
$('#div_id_shopping-mealplan_autoexclude_onhand').hide();
|
$('#div_id_shopping-mealplan_autoexclude_onhand').hide();
|
||||||
$('#div_id_shopping-mealplan_autoinclude_related').hide();
|
$('#div_id_shopping-mealplan_autoinclude_related').hide();
|
||||||
} {% endcomment %}
|
}
|
||||||
}
|
}
|
||||||
|
{% endcomment %}
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user