Skip to content

Commit 736417f

Browse files
author
Guillim
committed
typo fix
1 parent de1ec07 commit 736417f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/authentification/views.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ def post(self, request, *args, **kwargs):
3434
user.is_active = False
3535
user.save()
3636
current_site = get_current_site(request)
37-
mail_subject = 'Activate your blog account.'
38-
37+
mail_subject = 'Activate your account.'
3938
message = render_to_string('acc_active_email.html', {
4039
'user': user,
4140
'domain': current_site.domain,

0 commit comments

Comments
 (0)