diff --git a/core/__pycache__/context_processors.cpython-311.pyc b/core/__pycache__/context_processors.cpython-311.pyc index 4d9f807..659782e 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 4244577..706a781 100644 --- a/core/context_processors.py +++ b/core/context_processors.py @@ -10,6 +10,7 @@ def project_context(request): "project_image_url": os.getenv("PROJECT_IMAGE_URL", ""), "whatsapp_number": "+5359177041", "whatsapp_group_link": "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY", + "radio_url": "https://play.radioking.io/lili-record-s-radio", # Used for cache-busting static assets "deployment_timestamp": int(time.time()), } diff --git a/core/templates/base.html b/core/templates/base.html index 3135913..a3ae09e 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -33,6 +33,11 @@