diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-29 19:46:38 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-29 19:50:01 +0300 |
| commit | 13a846813a1cf192355485197fc144d37e34eb63 (patch) | |
| tree | 3da93c49216c8c4c627136d7046d17e841b57503 /res/templates/login.html | |
| parent | 86762454fdb782193ea59712dc8704f99c9c549b (diff) | |
revive static/js move
Diffstat (limited to 'res/templates/login.html')
| -rw-r--r-- | res/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index b4d7f978..b3e4cfd0 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/user_login.js" type="text/javascript"></script> +<script src="/static/js/user_login.js" type="text/javascript"></script> <style type="text/css"> html { |
