Skip to content
Snippets Groups Projects
Commit c0cdb131 authored by ynerant's avatar ynerant
Browse files

Can't concatenate string and proxy

parent 8434841e
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!91Documents
Pipeline #8311 passed with warnings with stages
in 4 minutes and 27 seconds
......@@ -131,7 +131,7 @@ class Profile(models.Model):
return reverse('user_detail', args=(self.pk,))
def send_email_validation_link(self):
subject = "[Note Kfet]" + _("Activate your Note Kfet account")
subject = "[Note Kfet]" + str(_("Activate your Note Kfet account"))
message = loader.render_to_string('registration/mails/email_validation_email.txt',
{
'user': self.user,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment