Update umap/views.py
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
parent
d180caa0d5
commit
5460876ff4
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ class SendEditLink(FormLessEditMixin, FormView):
|
|||
link = self.object.get_anonymous_edit_url()
|
||||
|
||||
send_mail(
|
||||
_("Your secret edit link"),
|
||||
_("The uMap edit link for your map: %(map_name)s" % {"map_name": self.object.name}),
|
||||
_("Here is your secret edit link: %(link)s" % {"link": link}),
|
||||
settings.FROM_EMAIL,
|
||||
[email],
|
||||
|
|
Loading…
Reference in a new issue