mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
Refactor map page
This commit is contained in:
parent
e6c5bc9ca8
commit
07263c5697
7 changed files with 127 additions and 182 deletions
|
@ -1161,5 +1161,4 @@ class ReverseGeocodeViewSet(viewsets.ViewSet):
|
|||
visited_region.save()
|
||||
new_region_count += 1
|
||||
new_regions[region.id] = region.name
|
||||
return Response({"new_regions": new_region_count, "regions": new_regions})
|
||||
|
||||
return Response({"new_regions": new_region_count, "regions": new_regions})
|
Loading…
Add table
Add a link
Reference in a new issue