summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-11-16 10:35:58 -0500
committerluxagraf <sng@luxagraf.net>2023-11-16 10:35:58 -0500
commit28dcc949f8617c1e4b1ef0b02de91b5738661f10 (patch)
tree2e96dfcec3923d1d13dec908b0379850f789e6d8 /templates
parent2722e2093d31481c4ad85cf7a1b1b22be11efccd (diff)
gtd: revamped naming and added outcome CRUD views
Diffstat (limited to 'templates')
-rw-r--r--templates/base_gtd.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base_gtd.html b/templates/base_gtd.html
index 06655e3..d429828 100644
--- a/templates/base_gtd.html
+++ b/templates/base_gtd.html
@@ -21,10 +21,10 @@
</div>
<nav>
<a class="nav-item" href="/gtd/todo" title="View things that need to be done">todo</a>
- <a class="nav-item" href="/gtd/outcomes" title="View Guides">Outcomes</a>
- <a class="nav-item" href="/gtd/projects" title="View Notes">Projects</a>
- <a class="nav-item" href="/gtd/notes" title="View Notes">Notes</a>
- <a class="nav-item" href="{% url 'gtd:post-list' %}" title="View Notes">Wired Posts</a>
+ <a class="nav-item" href="{% url 'gtd:outcome-list' %}" title="View Guides">Outcomes</a>
+ <a class="nav-item" href="{% url 'gtd:project-list' %}" title="View Notes">Projects</a>
+ <a class="nav-item" href="{% url 'gtd:note-list' %}" title="View Notes">Notes</a>
+ <a class="nav-item" href="{% url 'gtd:wiredpost-list' %}" title="View Notes">Wired Posts</a>
<a class="nav-item" href="{% url 'gtd:wirednote-list' %}" title="View Notes">Wired Notes</a>
<a class="nav-item" href="{%url 'gtd:note-create'%}" title="View new stuff todo">new</a>
</nav>