From 53c2233843c608d9c3f23a1178f744756812450c Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sun, 1 Feb 2026 17:48:48 +0100 Subject: [PATCH] fixed indents --- glance-system/glance-helper.yaml | 488 +++++++++++++++---------------- 1 file changed, 244 insertions(+), 244 deletions(-) diff --git a/glance-system/glance-helper.yaml b/glance-system/glance-helper.yaml index b716314..1178ada 100644 --- a/glance-system/glance-helper.yaml +++ b/glance-system/glance-helper.yaml @@ -335,115 +335,115 @@ data: ''' html = f""" - - - - - - - -
-
- - -
-
{todo_html if todo_html else '
No tasks yet
'}
-
-
- - -""" + + + + + + + +
+
+ + +
+
{todo_html if todo_html else '
No tasks yet
'}
+
+
+ + + """ return Response(content=html, media_type="text/html") @APP.post("/userdata/todo/add") @@ -515,144 +515,144 @@ data: quotes_html += f'
{q_escaped}
' html = f""" - - - - - - - -
- -
-
"{current_quote_escaped}"
-
-
{len(quotes)} quote{'s' if len(quotes) != 1 else ''}
-
- -