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:21:35 -0400 |
| commit | 34ea3d61af2361c1ed2f4f0709d59c9a64bb866c (patch) | |
| tree | 2326f0af5515b5fe14381b898a8851d9885f2d3f /docs/ref | |
| parent | fa63fc91ccc08b20ed4ca45e73f7aad2b38d9171 (diff) | |
[1.11.x] Fixed #26028 -- Added overriding templates howto.
Backport of 7c9a83330169df1118f6bd690aed131e7c59638d from master
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 e5730488c1..5d7edd865c 100644 --- a/docs/ref/templates/index.txt +++ b/docs/ref/templates/index.txt @@ -20,3 +20,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`. |
