diff --git a/assets/pasted-20260203-233031-e00daeb5.png b/assets/pasted-20260203-233031-e00daeb5.png new file mode 100644 index 0000000..976b97e Binary files /dev/null and b/assets/pasted-20260203-233031-e00daeb5.png differ diff --git a/core/__pycache__/context_processors.cpython-311.pyc b/core/__pycache__/context_processors.cpython-311.pyc index 754a7bc..4d9f807 100644 Binary files a/core/__pycache__/context_processors.cpython-311.pyc and b/core/__pycache__/context_processors.cpython-311.pyc differ diff --git a/core/context_processors.py b/core/context_processors.py index a138b5f..4244577 100644 --- a/core/context_processors.py +++ b/core/context_processors.py @@ -9,7 +9,7 @@ def project_context(request): "project_description": os.getenv("PROJECT_DESCRIPTION", ""), "project_image_url": os.getenv("PROJECT_IMAGE_URL", ""), "whatsapp_number": "+5359177041", - "whatsapp_group_link": "https://chat.whatsapp.com/Lili%20Records%20Radio", + "whatsapp_group_link": "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY", # Used for cache-busting static assets "deployment_timestamp": int(time.time()), - } \ No newline at end of file + } diff --git a/core/templates/base.html b/core/templates/base.html index a0ac179..3135913 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -24,7 +24,10 @@