home · contact · privacy
Improve accounting scripts.
[misc] / todo_templates / base.html
index 80a90fb4da267e71d8e9cece8de1683958f46d04..92cdff01b7482761f9588358ff075f0b200b4daf 100644 (file)
@@ -6,12 +6,10 @@ input { font-family: monospace; padding: 0em; margin: 0em; }
 </style>
 <body>
 tasks: <a href="tasks">list</a> <a href="add_task">add</a> | day:
-<a href="day?hide_unchosen=0&hide_done=0">choose tasks</a>
-<a href="day?hide_unchosen=1&hide_done=1">do tasks</a>
-<a href="do_day">do day</a>
+<a href="pick_tasks">pick tasks</a>
+<a href="do_todos">do todos</a>
 | <a href="calendar">calendar</a>
 | <a href="unset_cookie">unset cookie</a>
-| <a href="new_day">NEW</a>
 <hr />
 {% block content %}
 {% endblock %}