diff --git a/src/search/templates/search/search.html b/src/search/templates/search/search.html index 18f6e78..a3b9ac2 100644 --- a/src/search/templates/search/search.html +++ b/src/search/templates/search/search.html @@ -1,12 +1,12 @@ {% extends "base.html" %} -{% load i18n highlight superarchives %} +{% load i18n highlight superarchives static %} {% block title %}{% trans 'search'|title %}{% endblock %} {% block head_js %} - + {% if use_language %} - + {% endif %} - - - + + + + {% block head_js %}{% endblock %} {% block head_css %}{% endblock %} @@ -36,7 +36,7 @@ {% conversejs_static %} {% endif %} - {% endblock %} @@ -206,8 +206,8 @@
{% trans "Last email imported at" %} {{ last_imported_message.received_time|date:'DATETIME_FORMAT' }}
{% endif %}{% trans "The contents of this site is published under license" %}: diff --git a/src/templates/doughnut-chart.html b/src/templates/doughnut-chart.html index edbc0fa..fa0aa27 100644 --- a/src/templates/doughnut-chart.html +++ b/src/templates/doughnut-chart.html @@ -1,7 +1,7 @@ -{% load i18n %} +{% load i18n static %} - - + + +