diff --git a/opentech/apply/funds/templates/funds/includes/meta_terms_block.html b/opentech/apply/funds/templates/funds/includes/meta_terms_block.html
index b6f78ea86077fa184561c840ca61f583c005e7b8..9b8bbf890675b0c6ab33b007b268a4c926338e96 100644
--- a/opentech/apply/funds/templates/funds/includes/meta_terms_block.html
+++ b/opentech/apply/funds/templates/funds/includes/meta_terms_block.html
@@ -2,6 +2,7 @@
     <h5>Meta Terms</h5>
     <ul>
         {% for meta_term in object.meta_terms.all %}
+            <h6 class="heading--no-margin">{{ meta_term.get_parent }}</h6>
             <li>{{ meta_term.name }}</li>
         {% empty %}
             None. Meta terms can be added to a submission using Meta terms button at top.