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
This commit is contained in:
Yohan Boniface 2024-02-13 12:15:35 +01:00
parent 59cb10342b
commit e1ae60a4ff

View file

@ -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!"),
)