---
src/program/guide.njk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/program/guide.njk b/src/program/guide.njk
index 0c5dfb3..71e57d6 100644
--- a/src/program/guide.njk
+++ b/src/program/guide.njk
@@ -51,7 +51,7 @@ iconset: laptop-coffee
📅 When: 13 & 14 September 2025, 2:00-2:40 PM
📍 Where: Track 1
- {{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env) }}
+ {{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env, disabled=true) }}
{{ button(text="Learn More", url=env.baseUrl ~ "program/lightning-talks/", lime_bg=false, env = env) }}
@@ -94,7 +94,7 @@ iconset: laptop-coffee
📅 When: 13 & 14 September 2025
📍 Where: 1st Floor, NIMHANS Convention center
- {{ button(text="Submit Your Topic", url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space", lime_bg=true, env = env) }}
+ {{ button(text="Submit Your Topic", url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space", lime_bg=true, env = env, disabled=true) }}
{{ button(text="Learn More", url=env.baseUrl ~ "program/open-spaces/", lime_bg=false, env = env) }}
@@ -142,7 +142,7 @@ iconset: laptop-coffee
📝 Post a Job: Ready to connect with talented professionals?
- {{ button(text="Post Your Job", url="https://docs.google.com/forms/d/e/1FAIpQLSeFiiwkmM1qesa3Ex33K2Tz9qofvZKuG-ZR6PeDHgCK7RzMrg/viewform", lime_bg=true, env = env) }}
+ {{ button(text="Post Your Job", url="https://docs.google.com/forms/d/e/1FAIpQLSeFiiwkmM1qesa3Ex33K2Tz9qofvZKuG-ZR6PeDHgCK7RzMrg/viewform", lime_bg=true, env = env, disabled=true) }}
{{ button(text="View Jobs", url=env.baseUrl ~ "attend/jobs/", lime_bg=false, env = env) }}
@@ -206,4 +206,4 @@ iconset: laptop-coffee
📋 Important: Make sure to bring your badge with you for verification.
-
\ No newline at end of file
+
From f93c082d0b8c38a2b2bbced60231282efcf3cd21 Mon Sep 17 00:00:00 2001
From: Nabarun Pal
Date: Thu, 5 Mar 2026 00:36:47 +0530
Subject: [PATCH 5/6] program: disable noop buttons
Signed-off-by: Nabarun Pal
---
src/cfp/index.njk | 6 +++---
src/program/community-booths.njk | 6 +++---
src/program/dev-sprint.njk | 4 ++--
src/program/lightning-talks.njk | 7 +++----
src/program/open-spaces.njk | 4 ++--
5 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/src/cfp/index.njk b/src/cfp/index.njk
index 4ed0801..95fd227 100644
--- a/src/cfp/index.njk
+++ b/src/cfp/index.njk
@@ -77,11 +77,11 @@ layout: base.njk
- Poster Presentations (open)
+ Poster Presentations (closed)
- Dev Sprint (open)
+ Dev Sprint (closed)
@@ -133,7 +133,7 @@ layout: base.njk
- {{ button(text="Submit a Proposal", url="https://cfp.in.pycon.org/2025/cfp", lime_bg=true, env = env) }}
+ {{ button(text="Submit a Proposal", url="https://cfp.in.pycon.org/2025/cfp", lime_bg=true, env = env, disabled=true) }}
{#
diff --git a/src/program/community-booths.njk b/src/program/community-booths.njk
index 6966e84..970bc05 100644
--- a/src/program/community-booths.njk
+++ b/src/program/community-booths.njk
@@ -26,7 +26,7 @@ layout: base.njk
-
+
Guidelines
@@ -55,10 +55,10 @@ layout: base.njk
-
+
- {{ button(text="Ready? Apply here!", url="https://forms.gle/k7DdDNNcgyyXb63x5", lime_bg=true, env = env) }}
+ {{ button(text="Ready? Apply here!", url="https://forms.gle/k7DdDNNcgyyXb63x5", lime_bg=true, env = env, disabled=true) }}
diff --git a/src/program/dev-sprint.njk b/src/program/dev-sprint.njk
index fbac3b3..b7ca1ae 100644
--- a/src/program/dev-sprint.njk
+++ b/src/program/dev-sprint.njk
@@ -153,7 +153,7 @@ layout: base.njk
{{ button(text="Ready? Submit here!",
url="https://cfp.in.pycon.org/2025/cfp?submission_type=5-dev-sprint-project",
lime_bg=true, env =
- env) }}
+ env, disabled=true) }}
@@ -183,4 +183,4 @@ layout: base.njk
-
\ No newline at end of file
+
diff --git a/src/program/lightning-talks.njk b/src/program/lightning-talks.njk
index be99991..1a3f0c3 100644
--- a/src/program/lightning-talks.njk
+++ b/src/program/lightning-talks.njk
@@ -185,11 +185,10 @@ layout: base.njk
Slots will be assigned on a first-come, first-served basis due to limited availability. You will be notified if your talk is selected.
- {{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env) }}
+ {{ button(text="Submit Your Lightning Talk", url="https://cfp.in.pycon.org/2025/cfp?submission_type=7-lightning-talks", lime_bg=true, env = env, disabled=true) }}
-
This has been inspired by:
-
PyCon US 2025 - Lightning Talks
+
This has been inspired by: PyCon US 2025 - Lightning Talks
-
\ No newline at end of file
+
diff --git a/src/program/open-spaces.njk b/src/program/open-spaces.njk
index 879a034..eb76947 100644
--- a/src/program/open-spaces.njk
+++ b/src/program/open-spaces.njk
@@ -141,7 +141,7 @@ layout: base.njk
{{ button(text="Submit Your Topic",
url="https://cfp.in.pycon.org/2025/cfp?submission_type=6-open-space",
lime_bg=true, env =
- env) }}
+ env, disabled=true) }}
@@ -169,4 +169,4 @@ layout: base.njk
-
\ No newline at end of file
+
From f58cd1e7be3a2792109b0e5ec359ce076d194e60 Mon Sep 17 00:00:00 2001
From: Nabarun Pal
Date: Thu, 5 Mar 2026 00:37:53 +0530
Subject: [PATCH 6/6] sponsors: remove inactive links
Signed-off-by: Nabarun Pal
---
src/sponsors/index.njk | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/sponsors/index.njk b/src/sponsors/index.njk
index 1f6a430..7d0b5a4 100644
--- a/src/sponsors/index.njk
+++ b/src/sponsors/index.njk
@@ -131,10 +131,6 @@ layout: base.njk
If you have any questions or need more information, please feel free to reach out to us at:
sponsorship at in dot pycon dot org
-
- {{ button(text="Download Prospectus", url=env.baseUrl + "PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }}
- {{ button(text="Get in Touch", url="https://forms.gle/PsvKNJcjBctJe7VbA", lime_bg=true, env = env) }}
-