diff options
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 66b429bab..e251bd74a 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -400,7 +400,7 @@ else: INTERNAL_IPS = ("127.0.0.1",) -JQUERY_URL = STATIC_URL + "js/jquery.min.js" +JQUERY_URL = STATIC_URL + "js/jquery.js" JQUERY_UI_URL = STATIC_URL + "js/jquery-ui/" if DEBUG and not LOG_FILE: |
