From 066e8332e4c9ee73ac63109cb7b9bcf59c81fbb1 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Thu, 11 Oct 2018 12:05:53 +0200
Subject: [PATCH] Add missing javascript to submissions template.

---
 opentech/apply/funds/templates/funds/submissions.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/opentech/apply/funds/templates/funds/submissions.html b/opentech/apply/funds/templates/funds/submissions.html
index 7eb2446c3..adf89194b 100644
--- a/opentech/apply/funds/templates/funds/submissions.html
+++ b/opentech/apply/funds/templates/funds/submissions.html
@@ -57,6 +57,8 @@
 {% 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>
+    <script src="{% static 'js/apply/submission-filters.js' %}"></script>
+    <script src="{% static 'js/apply/submission-tooltips.js' %}"></script>
+    <script src="{% static 'js/apply/activity-feed.js' %}"></script>
 {% endblock %}
-- 
GitLab