From 8d6831992f656a731f0028dec6fb4bae804e87de Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Fri, 29 Nov 2019 01:44:01 +0530 Subject: [PATCH] bounty detail fixes --- app/dashboard/helpers.py | 2 +- app/dashboard/templates/bounty/details.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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]]