Contentful homepage 500 error missing staticfiles entry (Fixes #10460)

This commit is contained in:
Alex Gibson 2021-09-15 10:54:06 +01:00
Родитель 0fa3e766bc
Коммит 34fe1af175
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -143,12 +143,9 @@
{{ js_bundle('home') }}
{% include 'includes/contentful/js.html' %}
{% if switch('firefox-daylight-promo-banner') and not switch('fundraising-banner-eoy2020') %}
{{ js_bundle('daylight-promo-banner') }}
{% elif switch('fundraising-banner-eoy2020') %}
{% if switch('fundraising-banner-eoy2020') %}
{{ js_bundle('fundraising-banner') }}
{% endif %}
{% endblock %}
{% block structured_data %}