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:
parent
59cb10342b
commit
e1ae60a4ff
1 changed files with 0 additions and 1 deletions
|
@ -776,7 +776,6 @@ class MapUpdate(FormLessEditMixin, PermissionsMixin, UpdateView):
|
||||||
id=self.object.pk,
|
id=self.object.pk,
|
||||||
url=self.object.get_absolute_url(),
|
url=self.object.get_absolute_url(),
|
||||||
permissions=self.get_permissions(),
|
permissions=self.get_permissions(),
|
||||||
info=_("Map has been updated!"),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue