summaryrefslogtreecommitdiff
path: root/res/templates/login.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-28 23:34:25 +0300
committerAlon Levy <alon@pobox.com>2015-04-28 23:34:25 +0300
commit5f43d503492272e1eeacbc519d747c7f01f344d9 (patch)
tree00b3f702063cfd5d62ab9260bb43b6d1fdd24343 /res/templates/login.html
parentbbf0998f5f91aac6e34871c97fea8a940e09b4a5 (diff)
(temp) Revert "applying /static/js qualifier to JS resources, align with all other resource types"
This reverts commit 9a953896338fb19bc4c88280cfdcc1d7391743e7.
Diffstat (limited to 'res/templates/login.html')
-rw-r--r--res/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index b3e4cfd0..b4d7f978 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -3,7 +3,7 @@
{% block head %}
{{ super() }}
<script src="/static/lib/jquery.js" type="text/javascript"></script>
-<script src="/static/js/user_login.js" type="text/javascript"></script>
+<script src="/static/user_login.js" type="text/javascript"></script>
<style type="text/css">
html {