Skip to content

Commit

Permalink
bounty detail fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Nov 28, 2019
1 parent 1c7acb5 commit 8d68319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def create_new_bounty(old_bounties, bounty_payload, bounty_details, bounty_id):
'fee_amount': bounty_payload.get('fee_amount', 0)
})
else:
print('latest old bounty found {}'.format(latest_old_bounty))
# print('latest old bounty found {}'.format(latest_old_bounty))
latest_old_bounty_dict = latest_old_bounty.to_standard_dict(
fields=[
'web3_created', 'github_url', 'token_name', 'token_address', 'privacy_preferences', 'expires_date',
Expand Down
1 change: 1 addition & 0 deletions app/dashboard/templates/bounty/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ <h5 class="bounty-heading">{% trans "Funder" %}</h5>
<span>[[:value_in_token_old]] [[:token_name]]</span>
</p>
</div>
to
<div class="tag token">
<p>
<span>[[:value_in_token_new]] [[:token_name]]</span>
Expand Down

0 comments on commit 8d68319

Please sign in to comment.