+ {% include 'shared/no_issue_error.html' with page='fulfill_bounty' %}
+ {% include 'shared/no_metamask_error.html' %}
+ {% include 'shared/zero_balance_error.html' %}
+ {% include 'shared/unlock_metamask.html' %}
+
+
+
+
- {% include 'shared/no_metamask_error.html' %}
- {% include 'shared/zero_balance_error.html' %}
- {% include 'shared/unlock_metamask.html' %}
+
+
+
- {% include 'shared/bounty_nav.html' with active_item=3 %}
+ {% include 'shared/no_issue_error.html' with page='submit_bounty' %}
+ {% include 'shared/no_metamask_error.html' %}
+ {% include 'shared/zero_balance_error.html' %}
+ {% include 'shared/unlock_metamask.html' %}
+
+
+
+
- {% include 'shared/no_metamask_error.html' %}
- {% include 'shared/zero_balance_error.html' %}
- {% include 'shared/unlock_metamask.html' %}
+
+
+
{% include 'shared/nav.html' %}
-
-
-
+
+
+
+ {% include 'shared/current_balance.html' %}
+
+
+ {% include 'shared/no_issue_error.html' with page='kill_bounty' %}
+ {% include 'shared/no_metamask_error.html' %}
+ {% include 'shared/zero_balance_error.html' %}
+ {% include 'shared/unlock_metamask.html' %}
+
+
+
+
- {% include 'shared/no_metamask_error.html' %}
- {% include 'shared/zero_balance_error.html' %}
- {% include 'shared/unlock_metamask.html' %}
+
+ {% include 'shared/no_issue_error.html' with page='process_bounty' %}
+ {% include 'shared/no_metamask_error.html' %}
+ {% include 'shared/zero_balance_error.html' %}
+ {% include 'shared/unlock_metamask.html' %}
+
+
+
+
- {% include 'shared/no_metamask_error.html' %}
- {% include 'shared/zero_balance_error.html' %}
- {% include 'shared/unlock_metamask.html' %}
+
+
+
- {% include 'shared/bounty_nav.html' with active_item=4 %}
{% trans "Accept Bounty Fulfillment" %}
diff --git a/app/dashboard/templates/shared/no_issue_error.html b/app/dashboard/templates/shared/no_issue_error.html
index f59fe89cbd3..c86fad76ce8 100644
--- a/app/dashboard/templates/shared/no_issue_error.html
+++ b/app/dashboard/templates/shared/no_issue_error.html
@@ -15,19 +15,66 @@
along with this program. If not, see .
{% endcomment %}
{% load i18n static %}
+{% if page == 'submit_bounty' %}
+
+
+
{% trans "Tips for Funding an Issue" %}
+
+
+
{% trans "Create an issue on Github so that we can reference the details of the issue." %}
+
{% trans "What to fund? A new feature, feature improvements, bug fixes, code review, design and more." %}
+
+
+
+
+
+
+
+
+{% elif page == 'kill_bounty' %}
+
+
+
+
{% trans "Cancelling a Bounty is Sometimes Necessary" %}
+
+ {% trans "Don't forget once you cancel you can reclaim the fund to reuse it on your next bounty." %}
+
+
+
+
+
+
+
+{% elif page == 'process_bounty' %}
+
-
{% trans "Tips for Funding an Issue" %}
+
{% trans "Accepting a Submission is Exciting" %}
-
{% trans "Create an issue on Github so that we can reference the details of the issue." %}
-
{% trans "What to fund? A new feature, feature improvements, bug fixes, code review, design and more." %}
+
{% trans "Make sure the submitter has completed the requirements to the specifications of your bounty." %}
+
{% trans "Feedbacks and gratitude are always nice ways to continue a relationship." %}
-
+
+
+
+
+{% elif page == 'fulfill_bounty' %}
+
+
+
+
{% trans "Submit Work" %}
+
+ {% trans "You have worked really hard! Time to submit work and get paid" %}
+
{% trans "In order to continue, you'll need to unlock metamask." %}
diff --git a/app/dashboard/templates/shared/zero_balance_error.html b/app/dashboard/templates/shared/zero_balance_error.html
index bcc1f6159ca..b8bfab11958 100644
--- a/app/dashboard/templates/shared/zero_balance_error.html
+++ b/app/dashboard/templates/shared/zero_balance_error.html
@@ -20,21 +20,17 @@
{% trans "You're almost there!" %}
- {% trans "In order to continue, you'll need some Ether." %}
-
-
- {% trans "'Ether' is a digital asset that can be used to pay for the computational resources needed to run an application or program. In this case, Gitcoin." %}
-
-
- {% trans "The easiest way to get Ether is to request it via the Gitcoin Faucet:" %}
+
+
{% trans "In order to continue, you'll need some Ether." %}
+
{% trans "'Ether' is a digital asset that can be used to pay for the computational resources needed to run an application or program. In this case, Gitcoin." %}
+
{% trans "The easiest way to get Ether is to request it via the Gitcoin Faucet:" %}
diff --git a/app/dashboard/templates/submit_bounty.html b/app/dashboard/templates/submit_bounty.html
index d1424765c6e..941d70c4f17 100644
--- a/app/dashboard/templates/submit_bounty.html
+++ b/app/dashboard/templates/submit_bounty.html
@@ -29,12 +29,12 @@
{% include 'shared/nav.html' %}
-
-
+
+
{% include 'shared/current_balance.html' %}
-
- {% include 'shared/no_issue_error.html' %}
+
+ {% include 'shared/no_issue_error.html' with page='submit_bounty' %}
{% include 'shared/no_metamask_error.html' %}
{% include 'shared/zero_balance_error.html' %}
{% include 'shared/unlock_metamask.html' %}
@@ -44,6 +44,9 @@