From dcedffb4ffa79516cb6bad693d1e48cf4ecda59e Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Mon, 29 Jan 2018 18:08:26 +0000 Subject: [PATCH] FIXUP: merge conflicts --- .../funds/templates/public_funds/includes/fund_apply_cta.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opentech/public/funds/templates/public_funds/includes/fund_apply_cta.html b/opentech/public/funds/templates/public_funds/includes/fund_apply_cta.html index a693ffb6a..433628309 100644 --- a/opentech/public/funds/templates/public_funds/includes/fund_apply_cta.html +++ b/opentech/public/funds/templates/public_funds/includes/fund_apply_cta.html @@ -12,7 +12,7 @@ </h3> </div> {% endif %} - <a href="{% pageurl fund_type %}" class="link link--button-secondary"> + <a href="{% pageurl fund_page.fund_type %}" class="link link--button-secondary"> {% trans "Apply for this fund" %} </a> {% else %} @@ -22,4 +22,3 @@ {% endif %} </div> </div> - -- GitLab