Fixed #26028 -- Added overriding templates howto.

This commit is contained in:
Philip James 2016-06-04 11:50:45 -07:00 committed by Tim Graham
parent 37520d284e
commit 7c9a833301
3 changed files with 98 additions and 0 deletions

View file

@ -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`.