From 10e176bd9ed2b73782cd2d3f2f11a107403c615d Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 26 Aug 2025 13:02:44 +0530 Subject: [PATCH] Replace user-facing Netcop branding with Quantum Tasks AI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update homepage company description from "Netcop Consultancy" to "Quantum Tasks AI" - Update footer copyright to "Quantum Tasks AI" - Update password reset email references to use "Quantum Tasks AI" branding 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- authentication/views.py | 4 ++-- templates/base.html | 2 +- templates/core/homepage.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 @@