Commit ce37dda1 authored by impfundev's avatar impfundev

fix: remove profile setings

parent 74311a8d
...@@ -7,11 +7,6 @@ ...@@ -7,11 +7,6 @@
<i class="bi bi-person-circle"></i> <i class="bi bi-person-circle"></i>
{% if user %} <span class="text-truncate">{{ user.name }}</span> {% endif %} {% if user %} <span class="text-truncate">{{ user.name }}</span> {% endif %}
</button> </button>
<a
class="w-100 btn btn-outline-primary border-white text-white text-start"
href="#"
><i class="bi bi-person-fill-gear"></i> settings</a
>
<a <a
class="w-100 btn btn-outline-primary border-white text-white text-start" class="w-100 btn btn-outline-primary border-white text-white text-start"
href="/auth/logout/" 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