Update mail translation
This commit is contained in:
parent
e067b19d41
commit
fc511689b0
7 changed files with 228 additions and 146 deletions
|
|
@ -112,6 +112,7 @@ class UserValidateView(TemplateView):
|
|||
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super().get_context_data(**kwargs)
|
||||
context['user'] = self.get_user(self.kwargs["uidb64"])
|
||||
context['login_url'] = resolve_url(settings.LOGIN_URL)
|
||||
if self.validlink:
|
||||
context['validlink'] = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue