summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-07-25 16:07:46 -0500
committerluxagraf <sng@luxagraf.net>2023-07-25 16:07:46 -0500
commit547b4dfe7ffcef5062046180000ff669412b208a (patch)
tree6b57834350d56308ba9dc6f73bcacd74b0f7886b /templates/base.html
parentbe4b5904a575390787b349f05f3c8dd5ad4bddb2 (diff)
notes: auto add user when saving new note
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 1ee149a..c980b1b 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/todo" title="See what needs to be called in">Todo</a>
+ <a class="nav-item" href="/notes/todo" title="See what needs to be called in">Call in</a>
<a class="nav-item" href="/notes" title="View Guides">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>
<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>