diff options
author | 2024-03-29 11:42:57 +0100 | |
---|---|---|
committer | 2024-03-29 11:42:57 +0100 | |
commit | dac32269a9012ef3181feb40dedf3c94d0600c2a (patch) | |
tree | 2afc4be30412818cd26ef7c4544ed8af9d278b7d /pydis_site/apps | |
parent | Merge pull request #1268 from python-discord/fix/footer-logo-filtering (diff) | |
parent | Events: Fix grammar in content (diff) |
Merge pull request #1210 from python-discord/feat/events-redesign
Redesign of events page
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/events/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pydis_site/apps/events/README.md b/pydis_site/apps/events/README.md index f0d20510..c55ba504 100644 --- a/pydis_site/apps/events/README.md +++ b/pydis_site/apps/events/README.md @@ -16,4 +16,6 @@ This app has a relatively minimal structure: matching Django template. The actual content lives in the [templates directory two layers -up](../../templates/events). +up](../../templates/events). Read the +[README.md](../../templates/events/README.md) in that directory for more +details. |