Commit 4f3f054968946fb8d67f22fa3acf11b3257eec3f
1 parent
13feda6f
Exists in
master
and in
5 other branches
Fixing date issue on subjects
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
courses/templates/subject/index.html
| ... | ... | @@ -9,7 +9,6 @@ |
| 9 | 9 | <script type="text/javascript" src="{% static 'js/modals_requisitions.js' %}"></script> |
| 10 | 10 | <script type = "text/javascript" src="{% static 'js/topic_editation_presentation.js' %}"></script> |
| 11 | 11 | <script type = "text/javascript" src="{% static 'js/links.js' %}"></script> |
| 12 | - <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | |
| 13 | 12 | <script src="{% static 'js/modal_poll.js' %}"></script> |
| 14 | 13 | {% endblock %} |
| 15 | 14 | ... | ... |