diff options
author | luxagraf <sng@luxagraf.net> | 2023-07-24 16:23:42 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-07-24 16:23:42 -0500 |
commit | be4b5904a575390787b349f05f3c8dd5ad4bddb2 (patch) | |
tree | 813b4506a335038c6a3d4a31f9a5a1bee3d005ff /templates | |
parent | 99140e06dbd98a86f8247cf61cedc1d7c977279e (diff) |
posts/notes: cleaned up view code and restyled table view
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index e248573..1ee149a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,13 +17,13 @@ <body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}> <header class="header-wrapper"> <div id="logo"> - <a class="logo-link" href="/" title="Home">Wired Guide Tool</span></a> + <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" title="View Guides">Notes</a> <a class="nav-item" href="/posts" title="View Guides">Guides</a> - <span class="nav-item" > + <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> </form> @@ -35,6 +35,8 @@ {% block extrabody %}{% endblock %} <footer class="page-footer"> <nav> + <a class="nav-item" href="/notes/todo" title="See what needs to be called in">Todo</a> + <a class="nav-item" href="/notes" title="View Guides">Notes</a> <a class="nav-item" href="/posts" title="View Guides">Guides</a> </nav> <p id="license"> |