The datetime error is causing Django to render the 500.html template. However, it does this before running the context processors, which means there is no google_api_key context variable, which is what is causing the warning. So there are two issues to be fixed, the datetime error and also the missing google_api_key that is trying to be used in 500.html (via base.html).
-- reapprovals throws google maps API warning https://bugs.launchpad.net/bugs/581641 You received this bug notification because you are a member of Ubuntu Bengali Manual, which is subscribed to loco-directory. Status in LoCo Directory: In Progress Bug description: Going to http://loco.ubuntu.com/teams/reapprovals in firefox triggers a javascript popup "This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/." Reproducible in other browsers. _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-bengali-manual Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-bengali-manual More help : https://help.launchpad.net/ListHelp

