From 5bb32a9d14c6934b9fc40d4941ce43a1a68ed2f3 Mon Sep 17 00:00:00 2001 From: Akira Date: Wed, 22 Jan 2025 18:31:49 +0900 Subject: [PATCH] Try to fix issue 2 --- rog/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):