diff options
Diffstat (limited to 'pydis_site/README.md')
-rw-r--r-- | pydis_site/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/README.md b/pydis_site/README.md index f70bbf51..b2470500 100644 --- a/pydis_site/README.md +++ b/pydis_site/README.md @@ -18,7 +18,7 @@ for all logic powering our website. Let's go over the directories in detail: files relevant for a specific application are put into subdirectories named after the application. -- [`templates`](./templates) contains our **Django templates**. Like with static +- [`templates`](./templates) contains our **[Django templates](https://docs.djangoproject.com/en/dev/topics/templates/)**. Like with static files, templates specific to a single application are stored in a subdirectory named after that application. We also have two special templates here: |