diff --git a/opentech/apply/funds/templates/funds/submissions.html b/opentech/apply/funds/templates/funds/submissions.html
index d33732d4e61541c55d6eee08b2ea345d58060851..7eb2446c3d0a27eea784920f2b5a2777f83bb3b2 100644
--- a/opentech/apply/funds/templates/funds/submissions.html
+++ b/opentech/apply/funds/templates/funds/submissions.html
@@ -56,6 +56,7 @@
 
 {% block extra_js %}
     {{ filter.form.media.js }}
+    <script src="{% static 'js/apply/tabs.js' %}"></script>
     <script src="{% static 'js/apply/activity-feed.js' %}"></script>
     <script src="{% static 'js/apply/all-submissions-table.js' %}"></script>
 {% endblock %}