Princeton-CDH / mep-django

Shakespeare and Company Project - Python/Django web application
https://shakespeareandco.princeton.edu
Apache License 2.0
5 stars 1 forks source link

admin geonames lookup is broken #810

Closed rlskoeser closed 5 months ago

rlskoeser commented 7 months ago

Describe the bug geonames lookup is broken

To reproduce Steps to reproduce the behavior:

  1. Log into admin
  2. Go to Countries
  3. Click add a country
  4. Type something in the geonames lookup
  5. ... nothing happens

Expected behavior Should be able to get countries back or a message that no matches were found.

Additional context Looks like a jquery reference error based on the browser console output; likely broken in the last upgrade.

testing notes

jkotin commented 5 months ago

Perfect!