From 648d391318fb0c4fe99ea86c5c9e54bf6a49d8e9 Mon Sep 17 00:00:00 2001 From: Owocki Date: Tue, 28 May 2019 21:13:45 -0600 Subject: [PATCH] learn more should not be on the for loop --- app/dashboard/notifications.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/dashboard/notifications.py b/app/dashboard/notifications.py index 773e36a9073..ebef4a141f9 100644 --- a/app/dashboard/notifications.py +++ b/app/dashboard/notifications.py @@ -543,7 +543,8 @@ def build_github_notification(bounty, event_name, profile_pairs=None): issue_message = interest.issue_message.strip() if issue_message: msg += f"\n\n{issue_message}" - msg += f"\n\nLearn more [on the Gitcoin Issue Details page]({absolute_url}).\n\n" + + msg += f"\n\nLearn more [on the Gitcoin Issue Details page]({absolute_url}).\n\n" elif event_name == 'work_submitted': sub_msg = ""