diff --git a/app/grants/templates/grants/shared/active_clr_round.html b/app/grants/templates/grants/shared/active_clr_round.html index b76a8147011..f0d3645959f 100644 --- a/app/grants/templates/grants/shared/active_clr_round.html +++ b/app/grants/templates/grants/shared/active_clr_round.html @@ -1,7 +1,8 @@
{% for active_round in active_rounds %} -
{{active_round.start_date | date:'m/Y'}} - {{active_round.end_date | date:'m/Y'}}
-

${{ active_round.total_pot }}

- +

${{ active_round.total_pot }}

{% endfor %} diff --git a/app/grants/templates/grants/shared/sidebar_search.html b/app/grants/templates/grants/shared/sidebar_search.html index 2632e97f643..6cf03eb6724 100644 --- a/app/grants/templates/grants/shared/sidebar_search.html +++ b/app/grants/templates/grants/shared/sidebar_search.html @@ -51,7 +51,7 @@