From 2317b93662288fa4576d54b843255bfbbcb83d49 Mon Sep 17 00:00:00 2001 From: rfultz Date: Tue, 9 Mar 2021 14:07:29 -0500 Subject: [PATCH] Add apostrophe --- fec/fec/templates/home_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fec/fec/templates/home_base.html b/fec/fec/templates/home_base.html index bb89e44300..59a16250de 100644 --- a/fec/fec/templates/home_base.html +++ b/fec/fec/templates/home_base.html @@ -4,7 +4,7 @@ {% include 'partials/meta-tags.html' %} - {% include 'partials/meta-tags-preloads.html %} + {% include 'partials/meta-tags-preloads.html' %} {% if settings.FEC_CMS_ENVIRONMENT == 'PRODUCTION' %} {% include 'partials/meta-tags-preconnects.html' %} {% endif %}