diff --git a/opentech/templates/base-apply.html b/opentech/templates/base-apply.html
index cb913d8fa8a3bcfcfcba3a089fe44bcd5327bd7f..33cf53fd00dd4993a9a880b77a5207525b16a280 100644
--- a/opentech/templates/base-apply.html
+++ b/opentech/templates/base-apply.html
@@ -6,7 +6,6 @@
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <title>{% block title_prefix %}{% if request.site.site_name %}{{ request.site.site_name }} | {% endif %}{% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %}</title>
         <meta name="description" content="{% if page.search_description %}{{ page.search_description }}{% else %}{{ page.listing_summary }}{% endif %}" />
-        <link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
 
         <!-- favicons -->
         {% comment %}
diff --git a/opentech/templates/base.html b/opentech/templates/base.html
index eb4d38d8d350ef48c0a30b869839cf2631a7222a..e7c707ee2c2764fa010fb587f28e8a450105a1d8 100644
--- a/opentech/templates/base.html
+++ b/opentech/templates/base.html
@@ -6,7 +6,6 @@
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <title>{% block title_prefix %}{% if request.site.site_name %}{{ request.site.site_name }} | {% endif %}{% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %}</title>
         <meta name="description" content="{% if page.search_description %}{{ page.search_description }}{% else %}{{ page.listing_summary }}{% endif %}" />
-        <link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
 
         <!-- favicons -->
         {% comment %}