Skip to content

Commit 0eeb565

Browse files
opaduchakadliuscslzchen
authored
[ANG-1018] Fixed errors during removing contributors with addons (#11360)
Co-authored-by: Yuhuai Liu <yuhuai@cos.io> Co-authored-by: Longze Chen <cslzchen@gmail.com>
1 parent e151af2 commit 0eeb565

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)