Skip to content

Commit

Permalink
Fix org url in the dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Nov 7, 2023
1 parent be12d41 commit 616e261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/templates/account_menu.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</li>
{%- for orgmem in orgmemlist.recent %}
<li>
<a href="{{ orgmem.account.profile_url }}"
<a href="{{ orgmem.account.url_for() }}"
class="header__dropdown__item header__dropdown__item--flex header__dropdown__item--morepadding mui--text-dark nounderline">
<span class="profile-avatar margin-right">
{%- if orgmem.account.logo_url.url %}
Expand Down

0 comments on commit 616e261

Please sign in to comment.