Skip to content

Commit 0692596

Browse files
chore: Disable the poster presentation button (#202)
Signed-off-by: Farhaan Bukhsh <[email protected]>
1 parent a1bdd6e commit 0692596

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cfp/poster.njk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ layout: base.njk
5858
</div>
5959

6060
<div class="flex justify-center lg:justify-start pt-8">
61-
{{ button(text="Submit a Proposal", url="https://cfp.in.pycon.org/2025/cfp", lime_bg=true, env = env) }}
61+
{{ button(text="Submit a Proposal", url="https://cfp.in.pycon.org/2025/cfp", lime_bg=true, env = env, disabled=true) }}
6262
</div>
63-
{#
6463
<div class="text-center lg:text-left mt-4 text-red-600 font-semibold">
6564
<p>Proposals are closed. Thank you for your submissions!</p>
6665
</div>
67-
#}
6866
</div>
6967

7068
<div class="pt-12 lg:pt-32 text-md lg:text-xl font-light">

0 commit comments

Comments
 (0)