minor fix
This commit is contained in:
parent
5747468c21
commit
f4b6b38522
3 changed files with 2 additions and 3 deletions
|
|
@ -267,7 +267,6 @@ class SignupValidatedView(SignupValidateView):
|
|||
section_title = _('Account activation')
|
||||
user = CustomUser.objects.filter(
|
||||
validation_slug=self.kwargs['validate_slug']).first()
|
||||
# pre_valid = user.validated
|
||||
if validated:
|
||||
message = '{account_activation_string} <br /> {login_string} {lurl}.'.format(
|
||||
account_activation_string=_(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue