Show More
@@ -13,9 +13,6 b'' | |||
|
13 | 13 | {% spaceless %} |
|
14 | 14 | {% get_current_language as LANGUAGE_CODE %} |
|
15 | 15 | |
|
16 | <script src="{% static 'js/thread_update.js' %}"></script> | |
|
17 | <script src="{% static 'js/thread.js' %}"></script> | |
|
18 | ||
|
19 | 16 | {% cache 600 thread_view thread.id thread.last_edit_time moderator LANGUAGE_CODE %} |
|
20 | 17 | |
|
21 | 18 | <div class="image-mode-tab"> |
@@ -117,6 +114,9 b'' | |||
|
117 | 114 | </div> |
|
118 | 115 | </div> |
|
119 | 116 | |
|
117 | <script src="{% static 'js/thread_update.js' %}"></script> | |
|
118 | <script src="{% static 'js/thread.js' %}"></script> | |
|
119 | ||
|
120 | 120 | {% endspaceless %} |
|
121 | 121 | {% endblock %} |
|
122 | 122 |
General Comments 0
You need to be logged in to leave comments.
Login now