Try to fix issue 2

This commit is contained in:
2025-01-22 18:31:49 +09:00
parent f2a1493617
commit 5bb32a9d14

View File

@ -838,7 +838,7 @@ def tranfer_to_location(modeladmin, request, queryset):
l.delete()
return True
tranfer_to_location.short_description = "Transfer all locations in temp table to location table"
#tranfer_to_location.short_description = "Transfer all locations in temp table to location table"
class TempLocationAdmin(LeafletGeoAdmin):