Change TEMPLATE_EXTENSION to TEMPLATE_EXTENSIONS in documentation

This commit is contained in:
Boian Berberov 2019-03-13 17:00:21 -06:00
commit 583c0d4e17

View file

@ -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.