diff options
author | 2022-02-26 15:09:54 +0100 | |
---|---|---|
committer | 2022-02-26 15:09:54 +0100 | |
commit | 851746368a4906dd6db456228ff0ce8b78419943 (patch) | |
tree | f35085bc8383335eb9073cedcb6885c658bb35e7 /pydis_site/README.md | |
parent | Document Django applications in more depth (diff) |
Link to Django template documentation
Co-authored-by: Leon Sandøy <[email protected]>
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: |