Merge branch 'develop' into feature/importer_to_vue

This commit is contained in:
vabene1111
2022-03-10 15:27:11 +01:00
25 changed files with 3437 additions and 148 deletions

View File

@@ -227,7 +227,7 @@ class InviteLinkCreate(GroupRequiredMixin, CreateView):
messages.add_message(self.request, messages.ERROR,
_('You have send to many emails, please share the link manually or wait a few hours.'))
except (SMTPException, BadHeaderError, TimeoutError):
messages.add_message(self.request, messages.ERROR, _('Email to user could not be send, please share link manually.'))
messages.add_message(self.request, messages.ERROR, _('Email could not be sent to user. Please share the link manually.'))
return HttpResponseRedirect(reverse('view_space'))