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 a693ffb6a9751be7a6f9d9e7e8afd603ea3535e9..4336283092d39d00ac5db6d1dcfb644d267ba9d2 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>
-