diff options
author | 2024-03-18 18:44:29 +0800 | |
---|---|---|
committer | 2024-03-18 18:44:29 +0800 | |
commit | e2f5d585866d7bb6a89631b9bfa8ab4f43509198 (patch) | |
tree | 456ae3eab8d1ee54c3e1b8ef74d464af8cc01868 /pydis_site/templates | |
parent | Merge branch 'main' into feat/events-redesign (diff) |
Events: Update PyWeek 37 to show as ongoing event
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 bbb8ef0a..68c4a72c 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">Upcoming event</small> + <small class="has-text-grey">Ongoing 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> |