diff --git a/opentech/apply/funds/templates/funds/round.html b/opentech/apply/funds/templates/funds/round.html
index db8010fbcb27e11a35626b7994e6314024ffcdce..953606218a6a04918cfdfcab714e227e73c736dc 100644
--- a/opentech/apply/funds/templates/funds/round.html
+++ b/opentech/apply/funds/templates/funds/round.html
@@ -1,3 +1,5 @@
 {% extends "funds/fund_type.html" %}
 
+{% block page_title %}{{ page.get_parent.title }}{% endblock %}
+
 {% block title %}{{ page.get_parent.title }}{% endblock %}