Skip to content
Merged
Changes from all commits
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
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