diff options
author | luxagraf <sng@luxagraf.net> | 2024-01-17 08:25:46 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-01-17 08:25:46 -0500 |
commit | f75f5181c25b49c51bf108357b6d9cb563055063 (patch) | |
tree | 12f2e304bcc03b15ba4a86ad6ca6914eb6653621 /templates/base_gtd.html | |
parent | 67aeb0ae68b52442e7b35c4904ca86d74bae76ff (diff) |
gtd: fixed some view code and update main menu to make wired todo a
link
Diffstat (limited to 'templates/base_gtd.html')
-rw-r--r-- | templates/base_gtd.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base_gtd.html b/templates/base_gtd.html index e42c8cb..ee21da8 100644 --- a/templates/base_gtd.html +++ b/templates/base_gtd.html @@ -22,9 +22,10 @@ <nav> <a class="nav-item" href="{% url 'gtd:note-list' %}" title="View Notes">Notes</a> <a class="nav-item" href="{% url 'gtd:project-list' %}" title="View Notes">Projects</a> + <a class="nav-item" href="{% url 'gtd:todo-list' %}" title="View things that need to be done">todo</a> <a class="nav-item" href="{% url 'gtd:wirednote-list' %}" title="View Notes">Wired Notes</a> <a class="nav-item" href="{% url 'gtd:wiredpost-list' %}" title="View Notes">Wired Posts</a> - <a class="nav-item" href="{% url 'gtd:todo-list' %}" title="View things that need to be done">todo</a> + <a class="nav-item" href="{% url 'gtd:wiredpost-todo' %}" title="View things that need to be done">wtodo</a> <a class="nav-item" href="{% url 'gtd:outcome-list' %}" title="View Guides">Outcomes</a> </nav> </header> |