Commit 6a21a877 authored by impfundev's avatar impfundev

feat: profile update menu on sidebar

parent 528b8c64
......@@ -7,6 +7,11 @@
<i class="bi bi-person-circle"></i>
{% if user %} <span class="text-truncate">{{ user.name }}</span> {% endif %}
</button>
<a
class="w-100 btn btn-outline-primary border-white text-white text-start"
href="/dashboard/librarians/{{ user.id }}/update/"
><i class="bi bi-person-fill-gear"></i> profile</a
>
<a
class="w-100 btn btn-outline-primary border-white text-white text-start"
href="/auth/logout/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment