From 40b4aff0e8efd4169ea6202832906b753c677c55 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 8 Sep 2022 19:51:03 +0200 Subject: [PATCH] same as last commit --- files/helpers/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):