Skip to content

Commit

Permalink
remove activity location to avoid too long loading
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Sep 12, 2024
1 parent c64e984 commit fc51ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/siaes/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class SiaeActivityInline(admin.TabularInline):
"sector_group",
"sectors",
"presta_type",
"location",
# "location", # FIXME: see why activity location loads all perimeters
"geo_range",
"geo_range_custom_distance",
"created_at",
Expand Down

0 comments on commit fc51ce7

Please sign in to comment.