diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-08 20:21:57 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-08 20:21:57 +0000 |
commit | c563c092c34dacef2a9bffd7b89a89f025b726e9 (patch) | |
tree | a41f474c8bea1a66f60d40412716429c66f067e2 /alphabetlearning/templates/base.html | |
parent | 181f5c6b8080b3b78e34362f6697379ccadfd581 (diff) |
Tidy imports, remove breakpoint, remove logged in link
Diffstat (limited to 'alphabetlearning/templates/base.html')
-rw-r--r-- | alphabetlearning/templates/base.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index 533d0e8..5aa2193 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -96,11 +96,6 @@ <a class="nav-link text-dark fw-bold" href="https://blog.joannalemon.com/blog" target="_blank">Blog</a> </li> - <li> - {% if request.user.is_authenticated %} - <a class="nav-link text-gray fw-bold" href="{% url "account_logout" %}">Log out</a> - {% endif %} - </li> </ul> </div> </div> |