Skip to content

Commit

Permalink
chore: pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Mar 25, 2023
1 parent 3ce125d commit 732fbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/contentmenu/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ def getMenuItems(self, context, request):
),
"description": manager_name,
"action": addTokenToUrl(
"{}/@@topbar-manage-portlets/{}".format(current_url, manager_name),
f"{current_url}/@@topbar-manage-portlets/{manager_name}",
request,
),
"selected": False,
Expand Down

0 comments on commit 732fbd4

Please sign in to comment.