Skip to content

Commit 16781f8

Browse files
Merge pull request gitcoinco#4116 from SaptakS/fix-rating-email-txt
Fixes rating email txt
2 parents 5e288d8 + 695c618 commit 16781f8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/retail/templates/emails/new_bounty_acceptance.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
🌈 Funds Paid! 🌈
22

33
Your funded issue has been accepted, and the fulfillment transaction is now on the Etherum network!
4-
{% if unrated_count > 0 %}
5-
Rate!!!!
6-
{% endif %}
74

85
{% include 'emails/bounty.txt' with bounty=bounty %}
96

7+
{% if unrated_count > 0 %}
8+
How was your experience?
9+
Help us improve Gitcoin by rating your bounty experience! Only Gitcoin admins are able to see your feedback.
10+
Rate your bounty experience: {% url "profile" %}#ratingTabs
11+
{% endif %}
12+
1013
You are receiving this email because your email address is on the notification list for this funded issue.
1114

1215

0 commit comments

Comments
 (0)