From e1ae60a4ffafa2f27fbf28ed2d5990f49c3f2374 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 13 Feb 2024 12:15:35 +0100 Subject: [PATCH] chore: remove duplicate "map updated" message It is already handled by the front-end, and as it also handle the "map created" message (including anonymous link form), I arbitrated to keep all front-end side --- umap/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/umap/views.py b/umap/views.py index cfdeee87..1e0519bb 100644 --- a/umap/views.py +++ b/umap/views.py @@ -776,7 +776,6 @@ class MapUpdate(FormLessEditMixin, PermissionsMixin, UpdateView): id=self.object.pk, url=self.object.get_absolute_url(), permissions=self.get_permissions(), - info=_("Map has been updated!"), )