diff options
author | luxagraf <sng@luxagraf.net> | 2023-07-25 16:07:46 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-07-25 16:07:46 -0500 |
commit | 547b4dfe7ffcef5062046180000ff669412b208a (patch) | |
tree | 6b57834350d56308ba9dc6f73bcacd74b0f7886b /templates/base.html | |
parent | be4b5904a575390787b349f05f3c8dd5ad4bddb2 (diff) |
notes: auto add user when saving new note
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 3 |
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> |