feat: add num_cities field to RegionSerializer, update RegionCard to display city count, and enhance CSRF token handling

This commit is contained in:
Sean Morley
2025-01-09 14:58:45 -05:00
parent abe870506f
commit 22790ae7c0
6 changed files with 30 additions and 7 deletions

View File

@@ -287,7 +287,8 @@
"marked_visited": "marked as visited",
"regions_in": "Regions in",
"region_stats": "Region Stats",
"all_visited": "You've visited all regions in"
"all_visited": "You've visited all regions in",
"cities": "cities"
},
"auth": {
"username": "Username",