Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GITC-87: update placeholder nervos bounty fulfill #9220

Merged
merged 1 commit into from
Jul 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/dashboard/templates/bounty/fulfill.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ <h4 class="text-center mb-4">{% trans "Submit Work" %}</h4>
<i class='fa fa-info-circle font-smaller-4' data-toggle="tooltip" data-placement="top"
title="Address to which bounty will be sent upon being accepted">
</i>
<input name='payoutAddress' id='payoutAddress' class="form__input font-body" type="text" placeholder="Enter {{ bounty.token_name }} Wallet Address"/>

<input name='payoutAddress' id='payoutAddress' class="form__input font-body" type="text" placeholder="Enter {{ bounty.token_name }}{% if bounty.web3_type == 'nervos_ext' %} or ETH {% endif %} Wallet Address"/>
<div class="text-danger hidden">
Enter a valid {{ bounty.token_name }} address
</div>
Expand Down