Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Jun 3, 2024
1 parent 801811e commit c651403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpage/templates/webpage/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</li>
</ul>
{% if user.is_authenticated %}
<a href="{% url 'webpage:user_logout' %}"><i class="bi bi-person-check"></i></a>
<a href="{% url 'webpage:user_logout' %}" title="Hi {{ user.username }}! Click here to log out"><i class="bi bi-person-check"></i></a>
{% else %}
<a href="{% url 'webpage:user_login' %}"><i class="bi bi-box-arrow-in-right"></i></a>
{% endif %}
Expand Down

0 comments on commit c651403

Please sign in to comment.