From 583c0d4e171fcc02c642270a49a737b63cc06342 Mon Sep 17 00:00:00 2001 From: Boian Berberov Date: Wed, 13 Mar 2019 17:00:21 -0600 Subject: [PATCH] Change TEMPLATE_EXTENSION to TEMPLATE_EXTENSIONS in documentation --- docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.rst b/docs/settings.rst index 3652788b..53b10053 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -736,7 +736,7 @@ Template pages 'src/resume.html': 'dest/resume.html', 'src/contact.html': 'dest/contact.html'} -.. data:: TEMPLATE_EXTENSION = ['.html'] +.. data:: TEMPLATE_EXTENSIONS = ['.html'] The extensions to use when looking up template files from template names.