diff options
| author | Philip James <pjj@philipjohnjames.com> | 2016-06-04 11:50:45 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-02 18:17:27 -0400 |
| commit | 7c9a83330169df1118f6bd690aed131e7c59638d (patch) | |
| tree | 54be43af8942992affad8ffc07fbf9aaa97a0cd2 /docs/ref | |
| parent | 37520d284e3efb96eb24ba83ff77af56dc47adc3 (diff) | |
Fixed #26028 -- Added overriding templates howto.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/index.txt | 3 |
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`. |
