Commit e4d5cc5fff4f95a0dd23af1ddf7e2c619988ed3f
1 parent
7a871050
Exists in
master
and in
3 other branches
subscribe modal and delete ones, now work
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
subjects/templates/subjects/list_search.html
... | ... | @@ -56,6 +56,11 @@ |
56 | 56 | {% endif %} |
57 | 57 | </div> |
58 | 58 | |
59 | + <div id="modal_course"> | |
60 | + </div> | |
59 | 61 | |
62 | + <div id="modal_subject"></div> | |
63 | + | |
64 | + <script type="text/javascript" src="{% static 'js/course.js' %}"></script> | |
60 | 65 | |
61 | 66 | {% endblock content %} |
62 | 67 | \ No newline at end of file | ... | ... |