diff options
| -rw-r--r-- | res/templates/pw_reset.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/templates/pw_reset.html b/res/templates/pw_reset.html index 8a3b0453..908f5597 100644 --- a/res/templates/pw_reset.html +++ b/res/templates/pw_reset.html @@ -5,13 +5,13 @@ <script> var lib_path = '/static/lib/'; var config = { - baseUrl: '/static/', + baseUrl: '/static/js/', paths: { jquery: lib_path + 'jquery', underscore: lib_path + 'underscore', - pw_reset__common: '/static/pw_reset', - pw_reset__submit_new_pw: '/static/pw_reset', - pw_reset__submit_rst_req: '/static/pw_reset' + pw_reset__common: '/static/js/pw_reset', + pw_reset__submit_new_pw: '/static/js/pw_reset', + pw_reset__submit_rst_req: '/static/js/pw_reset' } } require.config(config); |
