Skip to content
Snippets Groups Projects
Unverified Commit 1a4b82b4 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1414 from OpenTechFund/bug/gh-1413-non-admin-comment-edit

Add needed javascript to non admin submission detail templates to all…
parents 3d2e02a1 d322b7d9
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,5 @@ ...@@ -23,4 +23,5 @@
<script src="{% static 'js/apply/toggle-reviewers.js' %}"></script> <script src="{% static 'js/apply/toggle-reviewers.js' %}"></script>
<script src="{% static 'js/apply/toggle-sidebar.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/submission-text-cleanup.js' %}"></script>
<script src="{% static 'js/apply/edit-comment.js' %}"></script>
{% endblock %} {% endblock %}
...@@ -160,4 +160,5 @@ ...@@ -160,4 +160,5 @@
{{ comment_form.media.js }} {{ comment_form.media.js }}
<script src="{% static 'js/apply/tabs.js' %}"></script> <script src="{% static 'js/apply/tabs.js' %}"></script>
<script src="{% static 'js/apply/submission-text-cleanup.js' %}"></script> <script src="{% static 'js/apply/submission-text-cleanup.js' %}"></script>
<script src="{% static 'js/apply/edit-comment.js' %}"></script>
{% endblock %} {% endblock %}
...@@ -23,4 +23,5 @@ ...@@ -23,4 +23,5 @@
<script src="{% static 'js/apply/toggle-reviewers.js' %}"></script> <script src="{% static 'js/apply/toggle-reviewers.js' %}"></script>
<script src="{% static 'js/apply/toggle-sidebar.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/submission-text-cleanup.js' %}"></script>
<script src="{% static 'js/apply/edit-comment.js' %}"></script>
{% endblock %} {% endblock %}
...@@ -23,4 +23,5 @@ ...@@ -23,4 +23,5 @@
<script src="{% static 'js/apply/toggle-reviewers.js' %}"></script> <script src="{% static 'js/apply/toggle-reviewers.js' %}"></script>
<script src="{% static 'js/apply/toggle-sidebar.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/submission-text-cleanup.js' %}"></script>
<script src="{% static 'js/apply/edit-comment.js' %}"></script>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment