From e2e4d075841612b1b1641d166bbd923042833886 Mon Sep 17 00:00:00 2001 From: Chibuotu Amadi Date: Mon, 6 Jun 2022 07:18:19 +0100 Subject: [PATCH] remove round banner in landing (#10652) --- .../grants/landing/landing_qf_active.html | 64 ------------------- 1 file changed, 64 deletions(-) diff --git a/app/grants/templates/grants/landing/landing_qf_active.html b/app/grants/templates/grants/landing/landing_qf_active.html index 8a965bed18d..7b576747a6c 100644 --- a/app/grants/templates/grants/landing/landing_qf_active.html +++ b/app/grants/templates/grants/landing/landing_qf_active.html @@ -52,70 +52,6 @@

$500k Funding Pool, Now Live

{% endcomment %} - {% if show_round_banner %} - - {% if round_status == 'active' %} - -
- - - -
- {% timezone "US/Mountain" %} - {{ round_start_date|localtime|date:"F j (gA e)" }} - {{ round_end_date|localtime|date:"F j (gA e)" }} - {% endtimezone %} -
-
- - {% elif round_status == 'claim' %} - -
- - - -
- {% timezone "US/Mountain" %} - {{ claim_start_date|localtime|date:"F j (gA e)" }} - {{ claim_end_date|localtime|date:"F j (gA e)" }} - {% endtimezone %} -
-
- {% elif round_status == 'upcoming' %} - -
- {{ banner_round_name }} - Proposed Dates -
- {% timezone "US/Mountain" %} - {{ round_start_date|localtime|date:"F j (gA e)" }} - {{ round_end_date|localtime|date:"F j (gA e)" }} - {% endtimezone %} -
-
- {% elif round_status == 'done' %} - -
- {{ banner_round_name }} - Ended -
- {% timezone "US/Mountain" %} - {{ round_start_date|localtime|date:"F j (gA e)" }} - {{ round_end_date|localtime|date:"F j (gA e)" }} - {% endtimezone %} -
-
- {% endif %} - - {% endif %} -