summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2020-04-22 21:16:29 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-30 08:12:09 +0200
commitbb13711451157d5081c2d2a297820f6bc131ac27 (patch)
tree009faa342f4e0986c0961d65d06c651882ad6a20 /docs/index.txt
parentf12162107327b88a2f1faaab15d048e2535ec642 (diff)
Fixed #25712 -- Reorganized templates docs.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index e55d28b22f..9e8a3fdfd6 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -173,7 +173,8 @@ designers and how it can be extended by programmers:
* **For programmers:**
:doc:`Template API <ref/templates/api>` |
- :doc:`Custom tags and filters <howto/custom-template-tags>`
+ :doc:`Custom tags and filters <howto/custom-template-tags>` |
+ :doc:`Custom template backend <howto/custom-template-backend>`
Forms
=====