From ea3cc56b7c72140fb2787793ee0af3e6427535f2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 25 Jun 2024 21:41:32 -0700 Subject: [PATCH] Formula is not expressed --- src/ptouch_web/dashapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptouch_web/dashapp.py b/src/ptouch_web/dashapp.py index 091db84..41320cf 100644 --- a/src/ptouch_web/dashapp.py +++ b/src/ptouch_web/dashapp.py @@ -130,7 +130,7 @@ templates = { "bottle": { "label": "Bottle", "function": today_tomorrow_template, - "template": "F 5 floz\nexp {today}\nuse {tomorrow}", + "template": "Formula\n 5 floz\nuse {tomorrow}", }, "rayleigh": {"label": "Rayleigh", "value": "Rayleigh\nArmstrong-\nDodgen"}, "kepler": {"label": "Kepler", "value": "Kepler\nArmstrong-\nDodgen"}, -- 2.39.5