Commit da0ed122 authored by Ilham Maulana's avatar Ilham Maulana 💻

fix: profile layout

parent 5dd8e353
......@@ -50,6 +50,11 @@
class="btn {% if request.path == '/overdued-loans/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i class="bi bi-calendar2-x"></i> Overdued Loans</a
>
<a
href="/users/librarians/login-history/"
class="btn {% if request.path == '/users/librarians/login-history/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i class="bi bi-clock-history"></i> Login History</a
>
</div>
</div>
......
......@@ -17,5 +17,5 @@
href="/users/auth/logout/"
><i class="bi bi-box-arrow-left"></i> logout</a
>
<hr class="border-white" />
</div>
<hr class="border-white" />
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