From 6b460a9548ad96607135516025c154dba84c2684 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Tue, 29 Jan 2019 19:16:13 +0000 Subject: [PATCH] !fixup changes to 810 --- opentech/apply/funds/templates/funds/submissions_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/templates/funds/submissions_overview.html b/opentech/apply/funds/templates/funds/submissions_overview.html index 3963db804..120cb947c 100644 --- a/opentech/apply/funds/templates/funds/submissions_overview.html +++ b/opentech/apply/funds/templates/funds/submissions_overview.html @@ -17,7 +17,7 @@ <div class="wrapper wrapper--large wrapper--inner-space-medium"> {% if closed_rounds or open_rounds %} - {% include "funds/includes/round-block.html" with closed_rounds=closed_rounds open_rounds=open_rounds %} + {% include "funds/includes/round-block.html" with closed_rounds=closed_rounds open_rounds=open_rounds title=rounds_title%} {% endif %} {% block table %} -- GitLab