From c1f46357f0620ae46a3355abb304554a178f5627 Mon Sep 17 00:00:00 2001 From: Stef Date: Thu, 14 Aug 2025 12:47:08 +0200 Subject: [PATCH 1/2] Update daily_log2.html --- application/user/templates/daily_log2.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/user/templates/daily_log2.html b/application/user/templates/daily_log2.html index 5082f1c..9bb6efd 100644 --- a/application/user/templates/daily_log2.html +++ b/application/user/templates/daily_log2.html @@ -3,8 +3,6 @@ {% block title %}Daily Calorie Dashboard{% endblock %} {% block content %} - -

Daily Calorie Dashboard ({{ today }})

From 4aca63671bf73aecd056d85f71d3a71b93445d84 Mon Sep 17 00:00:00 2001 From: Stef Date: Thu, 14 Aug 2025 12:52:38 +0200 Subject: [PATCH 2/2] Update scan_barcode_v2.html --- application/add_meal_v2/templates/scan_barcode_v2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/add_meal_v2/templates/scan_barcode_v2.html b/application/add_meal_v2/templates/scan_barcode_v2.html index dd6655d..fec70c6 100644 --- a/application/add_meal_v2/templates/scan_barcode_v2.html +++ b/application/add_meal_v2/templates/scan_barcode_v2.html @@ -58,7 +58,7 @@ return; } - fetch(`{{url_for("add_meal.query")}}?q=${encodeURIComponent(query)}`) + fetch(`{{url_for("add_meal_v2.query")}}?q=${encodeURIComponent(query)}`) .then(response => response.json()) .then(data => { suggestionsBox.innerHTML = '';