diff --git a/catalog/templates/catalog/latest_release.html b/catalog/templates/catalog/latest_release.html
index 3a2bdc08..79593f73 100644
--- a/catalog/templates/catalog/latest_release.html
+++ b/catalog/templates/catalog/latest_release.html
@@ -55,9 +55,7 @@
New Publication{% if publications_count > 1 %
{% if scores_count %}
New Polygenic Score{% if scores_count > 1 %}s{% endif %} ({{ scores_count }})
- {% if ancestry_form %}
- {{ ancestry_form|safe }}
- {% endif %}
+ {% include "catalog/includes/ancestry_form.html" %}
{% render_table scores_table %}
{% endif %}