From 91e5f6220ee7d50b426b323273e890ee789c368c Mon Sep 17 00:00:00 2001 From: Chibuotu Amadi Date: Wed, 31 Mar 2021 15:56:37 +0100 Subject: [PATCH] fixes --- app/dashboard/templates/quickstart.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/dashboard/templates/quickstart.html b/app/dashboard/templates/quickstart.html index 2f868f79fde..bc3169a68f6 100644 --- a/app/dashboard/templates/quickstart.html +++ b/app/dashboard/templates/quickstart.html @@ -80,8 +80,8 @@

{% for bounty_tip in bounty_tips %}
-
-
+
+
{{ bounty_tip.title }}
@@ -101,7 +101,7 @@

{% for issue_type in good_issue_types %}
-
+
{{ issue_type.title }}
@@ -109,7 +109,7 @@
{{ issue_type.title }}

{{ issue_type.description }}

{% if issue_type.good_first_bounty %}

- Good First Bounty + Good First Bounty

{% endif %}
@@ -120,7 +120,7 @@
{{ issue_type.title }}

Latest Bounties Created

-
+
{% for row in activities %} {% include 'shared/activity.html' %}