diff --git a/rog/admin.py b/rog/admin.py index ac66f9e..968b8cb 100644 --- a/rog/admin.py +++ b/rog/admin.py @@ -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):