Skip to content

Commit 19d99a4

Browse files
committed
Merge branch 'hotfix/25.17.7'
2 parents e151af2 + 0eeb565 commit 19d99a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

osf/external/gravy_valet/translations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ def after_remove_contributor(self, node, removed, auth):
244244
authentication information has been deleted.
245245
'''
246246
if not auth or auth.user != removed:
247-
url = node.web_url_for('node_addons')
248-
message += f' You can re-authenticate on the <u><a href="{url}">addons</a></u> page.'
247+
message += ' You can re-authenticate on the <u>addons</u> page.'
249248
return message
250249

251250
def before_fork(self, node, user):

0 commit comments

Comments
 (0)