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 4336283092d39d00ac5db6d1dcfb644d267ba9d2..6219720d7145c98196cce61a19c4c17c20cef06a 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 @@ -8,7 +8,7 @@ <h5 class="apply-bar__subheading">{% trans "Next deadline" %}</h5> <h3 class="apply-bar__heading"> <svg class="icon icon--calendar apply-bar__icon"><use xlink:href="#calendar"></use></svg> - <span>{{ fund_type.deadline|date:"M j, Y" }}</span> + <span>{{ fund_page.deadline|date:"M j, Y" }}</span> </h3> </div> {% endif %}