SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit aeb16fdc authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add missing bundles to message_list template

parent 74639cf1
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
{% load static %}
{% block headsup %}
{% render_bundle 'vendors~apimail' 'css' %}
{% render_bundle 'apimail' 'css' %}
{% endblock headsup %}
......@@ -16,5 +17,6 @@
{% endblock content %}
{% block footer_script %}
{% render_bundle 'vendors~apimail' 'js' %}
{% render_bundle 'apimail' 'js' %}
{% endblock footer_script %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment