Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed errors during removing contributors with addons
  • Loading branch information
opaduchak committed Oct 13, 2025
commit c9747ad60651f62c2b2eece90bb68daf05448a6d
3 changes: 1 addition & 2 deletions osf/external/gravy_valet/translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ def after_remove_contributor(self, node, removed, auth):
authentication information has been deleted.
'''
if not auth or auth.user != removed:
url = node.web_url_for('node_addons')
message += f' You can re-authenticate on the <u><a href="{url}">addons</a></u> page.'
message += ' You can re-authenticate on the <u>addons</u> page.'
return message

def before_fork(self, node, user):
Expand Down
Loading