diff --git a/authentication/views.py b/authentication/views.py index 9d4bc24..d20810a 100644 --- a/authentication/views.py +++ b/authentication/views.py @@ -206,7 +206,7 @@ def forgot_password_view(request): message = f''' Hello {user.username}, -You requested a password reset for your NetCop account. +You requested a password reset for your Quantum Tasks AI account. Click the link below to reset your password: {reset_url} @@ -216,7 +216,7 @@ This link will expire in 1 hour. If you didn't request this reset, please ignore this email. Best regards, -NetCop Team +Quantum Tasks AI Team ''' try: diff --git a/templates/base.html b/templates/base.html index 4e3a434..1322d8a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -143,7 +143,7 @@