aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-03-29 14:31:05 +0800
committerGravatar hedy <[email protected]>2024-03-29 14:31:05 +0800
commit36df183057422c76cb489ae9af5688423386282f (patch)
treeb56ed3fd789dc702e2c5f966866b704221cd3e8d
parentMerge branch 'main' into feat/events-redesign (diff)
Events: Update PyWeek 37 from Ongoing to Recent event
It's not completely over yet as the winners are yet to be announced, but the coding phase, as shown in the date "March 17-24th" has passed so it no longer makes sense to list it as ongoing.
-rw-r--r--pydis_site/templates/events/current_event.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/current_event.html b/pydis_site/templates/events/current_event.html
index 68c4a72c..e099ccb6 100644
--- a/pydis_site/templates/events/current_event.html
+++ b/pydis_site/templates/events/current_event.html
@@ -2,7 +2,7 @@
{# Current/next event to promote #}
<div class="box has-background-warning-light" style="padding: 2rem; padding-top: .75rem; margin-top: 2rem;">
- <small class="has-text-grey">Ongoing event</small>
+ <small class="has-text-grey">Recent event</small>
<div class="columns is-3 mt-1" style="--columnGap: 0.75rem;">
<div class="column">
<h2 class="title is-4"><a href="https://pyweek.org/37/">PyWeek 37</a></h2>