Skip to content

Commit

Permalink
Add link to connections
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Nov 19, 2024
1 parent ec48863 commit e92b5ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/apps/core/templates/core/partials/user-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@
<ul
class="flex flex-col border-b border-stroke dark:border-strokedark"
>
{% comment %}
<li>
<a
href=""
href="{% url 'socialaccount_connections' %}"
class="flex items-center gap-3.5 text-sm font-medium duration-300 ease-in-out hover:text-primary lg:text-base"
>
<i class="fas fa-user"></i>
My Profile
My profile
</a>
</li>
{% endcomment %}

{% if user.is_staff %}
<li>
<a
Expand Down

0 comments on commit e92b5ad

Please sign in to comment.