Browse Source

Fix profile links not showing up

Peter Justin 3 years ago
parent
commit
ea691a5a21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/user/plugins.py

+ 1 - 1
flaskbb/user/plugins.py

@@ -47,7 +47,7 @@ def flaskbb_tpl_profile_settings_menu():
 
 
 @impl(hookwrapper=True, tryfirst=True)
-def flaskbb_tpl_profile_sidebar_links(user):
+def flaskbb_tpl_profile_links(user):
     results = [
         NavigationLink(
             endpoint="user.profile",