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 ''}
-
- -