From 7c9a83330169df1118f6bd690aed131e7c59638d Mon Sep 17 00:00:00 2001 From: Philip James Date: Sat, 4 Jun 2016 11:50:45 -0700 Subject: Fixed #26028 -- Added overriding templates howto. --- docs/ref/templates/index.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ref') 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`. -- cgit v1.3