diff --git a/app/dashboard/helpers.py b/app/dashboard/helpers.py index 3a6f762c6f2..2a0b04b5fd8 100644 --- a/app/dashboard/helpers.py +++ b/app/dashboard/helpers.py @@ -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', diff --git a/app/dashboard/templates/bounty/details.html b/app/dashboard/templates/bounty/details.html index aaea82c3cd2..9d4ae33c222 100644 --- a/app/dashboard/templates/bounty/details.html +++ b/app/dashboard/templates/bounty/details.html @@ -427,6 +427,7 @@
{% trans "Funder" %}
[[:value_in_token_old]] [[:token_name]]

+ to

[[:value_in_token_new]] [[:token_name]]