Commit 8fe568be948e93b288141e432ae8e85f74a9efb7
1 parent
776ba2f1
Exists in
master
and in
5 other branches
Fixed the import js of the links [Issue:#126]
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
courses/templates/subject/form_view_teacher.html
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <script type="text/javascript" src="{% static 'js/forum.js' %}"></script> |
5 | 5 | <script src="{% static 'js/file.js' %}"></script> |
6 | 6 | <script type="text/javascript" src="{% static 'js/material.js' %}"></script> |
7 | - <script type = "text/javascript" src="{% static 'links.js' %}"></script> | |
7 | + <script type = "text/javascript" src="{% static 'js/links.js' %}"></script> | |
8 | 8 | {% endblock %} |
9 | 9 | <div class="panel panel-default cards-detail"> |
10 | 10 | <div class="panel-heading topic"> |
... | ... | @@ -140,7 +140,7 @@ |
140 | 140 | </div> |
141 | 141 | </div> |
142 | 142 | </div><!--EndEditation--> |
143 | - | |
143 | + | |
144 | 144 | </div> |
145 | 145 | </div> |
146 | 146 | </div> | ... | ... |