From 851746368a4906dd6db456228ff0ce8b78419943 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 26 Feb 2022 15:09:54 +0100 Subject: Link to Django template documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Leon Sandøy --- pydis_site/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/README.md') 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: -- cgit v1.2.3