diff options
author | 2024-02-02 20:20:56 +0800 | |
---|---|---|
committer | 2024-02-02 20:20:56 +0800 | |
commit | 608cd9580be66df87b63edb051d625917177e165 (patch) | |
tree | aa108dfb2055a415bfe2d2bd5582f2dd11da9da8 | |
parent | Events: Re-organize templates and significantly improve layouts (diff) |
Events: Adjust phrasing in description
-rw-r--r-- | pydis_site/templates/events/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html index 2dcdb747..4ff29ede 100644 --- a/pydis_site/templates/events/index.html +++ b/pydis_site/templates/events/index.html @@ -9,7 +9,7 @@ {% block event_base_content %} <div class="columns is-variable is-8" id="main-section"> <div class="column is-two-thirds"> - <p>At Python Discord we run a few regular events, such as programming contests and workshops. We also run more ad-hoc events such as Python release streams. All members are welcome to participate in the events live, and for most events we release videos on our <a href="https://www.youtube.com/@PythonDiscord">YouTube channel</a> after the event in case you've missed it.</p> + <p>At Python Discord we run a few regular events such as programming contests and workshops, as well as more ad-hoc events such as Python release streams. All members are welcome to participate in the events live, and for most events we release videos on our <a href="https://www.youtube.com/@PythonDiscord">YouTube channel</a> after the event in case you've missed it.</p> </p>To subscribe to the announcements, head over to the bottom of the <code>#roles</code> channel and get the <code>@Announcements</code> role to receive notifications on the latest updates!</p> {% include "events/current_event.html" %} {% include "events/scheduled_events.html" %} |