summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-12-03 15:31:48 -0500
committerluxagraf <sng@luxagraf.net>2023-12-03 15:31:48 -0500
commitb0e4081416bb7298015093779b6e3e6d98fa736e (patch)
tree54063fd231418ea62f87322ba6cdb5c168499935 /templates
parent937775b28d30acd6557a824f4030f8d298c4ff59 (diff)
gtd: added an updater for updating which guides need an update
Diffstat (limited to 'templates')
-rw-r--r--templates/base_gtd.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base_gtd.html b/templates/base_gtd.html
index 96dab38..e42c8cb 100644
--- a/templates/base_gtd.html
+++ b/templates/base_gtd.html
@@ -21,9 +21,9 @@
</div>
<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: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: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:outcome-list' %}" title="View Guides">Outcomes</a>
</nav>