You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divv-if="bounty.web3_type == 'qr'" id="value_in_usdt_wrapper" class="tag usd ml-3" data-toggle="tooltip" data-html="true" :title='`<div class="tooltip-info">The funding in this bounty adds up to $${bounty.value_in_usdt_now} USD </div>`'>
69
+
<divv-if="bounty.value_in_usdt_now" id="value_in_usdt_wrapper" class="tag usd ml-3" data-toggle="tooltip" data-html="true" :title='`<div class="tooltip-info">The funding in this bounty adds up to $${bounty.value_in_usdt_now} USD </div>`'>
<bclass="counter">{% trans "Check out the Prizes" %}</b>
254
-
{% blocktrans %}
254
+
255
255
<pclass="">
256
-
Visit the <atarget="_blank" href="{{ hackathon_url }}#bounties">Prize Explorer</a> to check out the prizes posted by our hackathon sponsors. Click each prize to show important details, including the submission requirements, submission deadline, etc.
256
+
Visit the <atarget="_blank" href="{% url 'hackathon' hackathon.slug %}">Prize Explorer</a> to check out the prizes posted by our hackathon sponsors. Click each prize to show important details, including the submission requirements, submission deadline, etc.
We have sent your {rounded_amount} DAI to the address on file at {match.grant.admin_address}. The txid of this transaction is {match.payout_tx}.
1092
1092
1093
-
Congratulations on a successful Gitcoin Grants Round {match.round_number}.
1093
+
Congratulations on a successful Gitcoin Grants Round {match.round_number}.
1094
1094
1095
-
What now?
1095
+
What now?
1096
1096
1. Send a tweet letting us know how these grant funds are being used to support your project (our twitter username is @gitcoin).
1097
1097
2. Remember to update your grantees on what you use the funds for by clicking through to your grant ( https://gitcoin.co{match.grant.get_absolute_url()} ) and posting to your activity feed.
1098
1098
3. Celebrate 🎉 and then get back to BUIDLing something great. 🛠
0 commit comments