diff --git a/colab/search/templates/search/search.html b/colab/search/templates/search/search.html
index 4b558d0..a8b28f1 100644
--- a/colab/search/templates/search/search.html
+++ b/colab/search/templates/search/search.html
@@ -7,7 +7,11 @@
{% block head_js %}
{% if use_language %}
-
+{% comment %}
+We must use STATIC_URL because we have a language composing the URL
+ and the static template tag don't know how to use it. #}
+{% endcomment %}
+
{% endif %}