Commit 2ac68f8b6fdc15a1e337ce5cee816e2faeb58700
1 parent
d1faae55
Exists in
master
and in
5 other branches
Fixed js source [Issue:#126]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
links/templates/links/create_link.html
... | ... | @@ -43,7 +43,7 @@ |
43 | 43 | </div> |
44 | 44 | <!-- EndModal --> |
45 | 45 | {% block script_link %} |
46 | - {# // <script src="{% static '/links.js' %}"></script> #} | |
46 | + {# // <script src="{% static 'js/links.js' %}"></script> #} | |
47 | 47 | <script type="text/javascript"> |
48 | 48 | $("#form-link").submit(function(event) { |
49 | 49 | var data = new FormData($('#form-link').get(0)); | ... | ... |