diff options
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> |