diff options
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index 07fe1fb..1cc6aba 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -46,8 +46,7 @@ </a></li> <li><a href="{{ url_for('create_edit_package_page') }}">+</a></li> <li class="dropdown"> - <a href="{{ url_for('user_profile_page', username=current_user.username) }}" - class="dropdown-toggle" + <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">{{ current_user.display_name }} |
