diff --git a/apimail/templates/apimail/message_list.html b/apimail/templates/apimail/message_list.html index 51de5cb60f8d402d96d048f916927d4cf4c95040..bd81d78c72479351a005133653293bbbe1265051 100644 --- a/apimail/templates/apimail/message_list.html +++ b/apimail/templates/apimail/message_list.html @@ -4,6 +4,7 @@ {% load static %} {% block headsup %} + {% render_bundle 'vendors~apimail~main' 'css' %} {% render_bundle 'vendors~apimail' 'css' %} {% render_bundle 'apimail' 'css' %} {% endblock headsup %} @@ -17,6 +18,7 @@ {% endblock content %} {% block footer_script %} + {% render_bundle 'vendors~apimail~main' 'js' %} {% render_bundle 'vendors~apimail' 'js' %} {% render_bundle 'apimail' 'js' %} {% endblock footer_script %} diff --git a/scipost/templates/scipost/bare_base.html b/scipost/templates/scipost/bare_base.html index 1021d431c7858126be5d84193637a93e9de6aead..38e6b07a6538e3e7e72e9365d8971c6511b28821 100644 --- a/scipost/templates/scipost/bare_base.html +++ b/scipost/templates/scipost/bare_base.html @@ -8,6 +8,7 @@ {% load static %} {% render_bundle 'vendors~homepage~main~qr' %} + {% render_bundle 'vendors~apimail~main' %} {% render_bundle 'vendors~main' %} {% render_bundle 'main' %} diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index ad19780f1cbb78113d384f856121e4ecac712834..360653a10084a2f4afa173262500b2eb1c8829cf 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -8,7 +8,13 @@ {% block meta_description %}{{ block.super }} homepage{% endblock meta_description %} {% block pagetitle %}Homepage{% endblock pagetitle %} +{% block headsup %} + {% render_bundle 'vendors~homepage~main~qr' 'css' %} + {% render_bundle 'homepage' 'css' %} +{% endblock headsup %} + {% block footer_script %} + {% render_bundle 'vendors~homepage~main~qr' 'js' %} {% render_bundle 'homepage' 'js' %} {% endblock %} diff --git a/templates/rest_framework/api.html b/templates/rest_framework/api.html index 260d689d178a867fd586c05b3295870428040537..01dc2ac480befcf3faaf5a1124ee512783d0a9f4 100644 --- a/templates/rest_framework/api.html +++ b/templates/rest_framework/api.html @@ -40,6 +40,7 @@ <link rel="stylesheet" href="{% static 'flags/sprite-hq.css' %}"> {% render_bundle 'vendors~homepage~main~qr' %} + {% render_bundle 'vendors~apimail~main' %} {% render_bundle 'vendors~main' %} {% render_bundle 'main' %}