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,7 +4,7 @@ | ||
4 | <script type="text/javascript" src="{% static 'js/forum.js' %}"></script> | 4 | <script type="text/javascript" src="{% static 'js/forum.js' %}"></script> |
5 | <script src="{% static 'js/file.js' %}"></script> | 5 | <script src="{% static 'js/file.js' %}"></script> |
6 | <script type="text/javascript" src="{% static 'js/material.js' %}"></script> | 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 | {% endblock %} | 8 | {% endblock %} |
9 | <div class="panel panel-default cards-detail"> | 9 | <div class="panel panel-default cards-detail"> |
10 | <div class="panel-heading topic"> | 10 | <div class="panel-heading topic"> |
@@ -140,7 +140,7 @@ | @@ -140,7 +140,7 @@ | ||
140 | </div> | 140 | </div> |
141 | </div> | 141 | </div> |
142 | </div><!--EndEditation--> | 142 | </div><!--EndEditation--> |
143 | - | 143 | + |
144 | </div> | 144 | </div> |
145 | </div> | 145 | </div> |
146 | </div> | 146 | </div> |