codeeu / coding-events

A Django app for adding EU Code Week events and showing them on a map.
http://events.codeweek.eu
MIT License
17 stars 36 forks source link

Use profile country instead of rev-geo-coding for events map #449

Open LorenzCK opened 6 years ago

LorenzCK commented 6 years ago

On the main events map, reverse geo coding is used to determine the user's country (and to create the "list all events in COUNTRY" button). For logged-in users, the country in the user's profile should be used directly:

ioana-chiorean commented 6 years ago