Location selection doesn't work #119
-
Hi, But sometimes this doesn't work. It means when I select a location, nothing happens and it doesn't show me the location fields and their values, like the picture bellow: I don't understand why sometimes the "select location" works and sometimes doesn't work. I would appreciate your help, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
It may be because some Javascript line fails. Please check the Javascript browser console (developer tools) to see if there's any JS error log. |
Beta Was this translation helpful? Give feedback.
No I didn't have.
I had installed django-loci before with command:
pip install django-loci
Now I install it with this command:
pip install https://github.com/openwisp/django-loci/tarball/master
It fixed the JS and CSS files. Why the installations are different?
This fixed the problem.
Thank you very much :)