summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorPhilip James <pjj@philipjohnjames.com>2016-06-04 11:50:45 -0700
committerTim Graham <timograham@gmail.com>2017-06-02 18:17:27 -0400
commit7c9a83330169df1118f6bd690aed131e7c59638d (patch)
tree54be43af8942992affad8ffc07fbf9aaa97a0cd2 /docs/ref
parent37520d284e3efb96eb24ba83ff77af56dc47adc3 (diff)
Fixed #26028 -- Added overriding templates howto.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/index.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/templates/index.txt b/docs/ref/templates/index.txt
index efc97494ae..f96a375dfd 100644
--- a/docs/ref/templates/index.txt
+++ b/docs/ref/templates/index.txt
@@ -19,3 +19,6 @@ material, see :doc:`/topics/templates` topic guide.
For information on writing your own custom tags and filters, see
:doc:`/howto/custom-template-tags`.
+
+ To learn how to override templates in other Django applications, see
+ :doc:`/howto/overriding-templates`.