diff options
author | 2024-03-29 14:31:05 +0800 | |
---|---|---|
committer | 2024-03-29 14:31:05 +0800 | |
commit | 36df183057422c76cb489ae9af5688423386282f (patch) | |
tree | b56ed3fd789dc702e2c5f966866b704221cd3e8d /pydis_site/templates | |
parent | Merge 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.
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/events/current_event.html | 2 |
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> |