diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 6a5993d8b..666f44449 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -25,7 +25,7 @@ def badge_grant(user, badge_id, description=None, url=None): send_repeatable_notification(user.id, f"@AutoJanny has given you the following profile badge:\n\n" + - f"![]({badge.path})\n\n**{badge.name}**\n{badge.description}") + f"![]({badge.path})\n\n**{badge.name}**\n\n{badge.description}") def archiveorg(url):