diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_community_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_community_detail.html
index b10fa17c791005ebe9381aab96dacc8bf21460fc..4299c0aad4fd32882bf5f72db675c7cd41f0213d 100644
--- a/opentech/apply/funds/templates/funds/applicationsubmission_community_detail.html
+++ b/opentech/apply/funds/templates/funds/applicationsubmission_community_detail.html
@@ -23,4 +23,5 @@
     <script src="{% static 'js/apply/toggle-reviewers.js' %}"></script>
     <script src="{% static 'js/apply/toggle-sidebar.js' %}"></script>
     <script src="{% static 'js/apply/submission-text-cleanup.js' %}"></script>
+    <script src="{% static 'js/apply/edit-comment.js' %}"></script>
 {% endblock %}
diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html
index b4bde7dba80e89b6dd2c835a30c1534e3c2f53dc..dd63c6757300488f5209cd59860f772af197e0a2 100644
--- a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html
+++ b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html
@@ -160,4 +160,5 @@
     {{ comment_form.media.js }}
     <script src="{% static 'js/apply/tabs.js' %}"></script>
     <script src="{% static 'js/apply/submission-text-cleanup.js' %}"></script>
+    <script src="{% static 'js/apply/edit-comment.js' %}"></script>
 {% endblock %}
diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_partner_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_partner_detail.html
index b10fa17c791005ebe9381aab96dacc8bf21460fc..4299c0aad4fd32882bf5f72db675c7cd41f0213d 100644
--- a/opentech/apply/funds/templates/funds/applicationsubmission_partner_detail.html
+++ b/opentech/apply/funds/templates/funds/applicationsubmission_partner_detail.html
@@ -23,4 +23,5 @@
     <script src="{% static 'js/apply/toggle-reviewers.js' %}"></script>
     <script src="{% static 'js/apply/toggle-sidebar.js' %}"></script>
     <script src="{% static 'js/apply/submission-text-cleanup.js' %}"></script>
+    <script src="{% static 'js/apply/edit-comment.js' %}"></script>
 {% endblock %}
diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_reviewer_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_reviewer_detail.html
index b10fa17c791005ebe9381aab96dacc8bf21460fc..4299c0aad4fd32882bf5f72db675c7cd41f0213d 100644
--- a/opentech/apply/funds/templates/funds/applicationsubmission_reviewer_detail.html
+++ b/opentech/apply/funds/templates/funds/applicationsubmission_reviewer_detail.html
@@ -23,4 +23,5 @@
     <script src="{% static 'js/apply/toggle-reviewers.js' %}"></script>
     <script src="{% static 'js/apply/toggle-sidebar.js' %}"></script>
     <script src="{% static 'js/apply/submission-text-cleanup.js' %}"></script>
+    <script src="{% static 'js/apply/edit-comment.js' %}"></script>
 {% endblock %}