Skip to content

Commit

Permalink
learn more should not be on the for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed May 29, 2019
1 parent 25eb7cc commit 648d391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/dashboard/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 648d391

Please sign in to comment.