diff --git a/opentech/apply/review/templates/review/review_list.html b/opentech/apply/review/templates/review/review_list.html
index d6fd1b04a97fcf4c4e3da4cd391f38c2415e2057..a8bdbdf556f9a7fa81347f57d6886dcb43f25e03 100644
--- a/opentech/apply/review/templates/review/review_list.html
+++ b/opentech/apply/review/templates/review/review_list.html
@@ -1,5 +1,5 @@
 {% extends "base-apply.html" %}
-{% load static bleach_tags review_tags workflow_tags %}
+{% load bleach_tags review_tags workflow_tags %}
 
 {% block title %}Reviews{% endblock %}
 
@@ -30,7 +30,3 @@
     </table>
 </div>
 {% endblock %}
-
-{% block extra_js %}
-    <script src="{% static 'js/apply/all-reviews-table.js' %}"></script>
-{% endblock %}