From: Christian Heller 
Date: Mon, 11 Dec 2023 06:14:26 +0000 (+0100)
Subject: Further improvements to todo accounting.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/day_todos?a=commitdiff_plain;h=5c55641640539a8a2628959d4bbbf3c0a7c8ae19;p=misc
Further improvements to todo accounting.
---
diff --git a/todo.py b/todo.py
index d4ca1e7..88684ac 100644
--- a/todo.py
+++ b/todo.py
@@ -8,20 +8,23 @@ from urllib.parse import urlparse
 db_path = '/home/plom/org/todo_new.json'
 # db_path = '/home/plom/public_repos/misc/todo_new.json'
 server_port = 8082
+DATE_FORMAT = '%Y-%m-%d'
 
 html_head = """
 
 
@@ -32,14 +35,19 @@ tasks: list  a
   
-
 
+prev  next  | 
 prev  next  date: 
 
-
+
 task choose? done? weight comment 
  
 
+
 
-
+{{tag|e}} 
+{% endfor %}
+  
+{% endfor %} 
+
+{{tag|e}} 
 {% endfor %}
+  
 
+{{tag|e}} 
 {% endfor %}
+  
+{% endfor %} 
+
+{{tag|e}} 
+{% endfor %}
+  
 
-
+"""
+tasks_tmpl = """
+
 default task tags 
 {{ t.default_weight }} 
@@ -138,41 +156,6 @@ forbidden tags: {% for t_tag in db.t_tags | sort %}
 {% endfor %}
  
 """
-# selected_day_tmpl = """
-# 
-# hide unchosen: 
-# 
-# 
-# 
-# 
-# 
-#