diff options
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> |