summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 0d85eae..5d0a398 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -20,9 +20,10 @@
<a class="logo-link" href="/" title="Home">W</span></a>
</div>
<nav>
- <a class="nav-item" href="/notes" title="View Guides">Notes</a>
+ <a class="nav-item" href="/notes" title="View Notes">Notes</a>
<a class="nav-item" href="/posts" title="View Guides">Guides</a>
- <a class="nav-item" href="/posts/todo" title="View Guides">todo</a>
+ <a class="nav-item" href="/posts/todo" title="View things that need to be done">todo</a>
+ <a class="nav-item" href="/posts/new" title="View new stuff todo">new</a>
<span class="logout" >
<form class="inline btn" action="/logout/" method="post">{% csrf_token %}
<button type="submit" value="Log out" class="btn-link">Log out</button>