Fixed #3385 -- Fixed broken link in docs/design_philosophies.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-01-29 00:25:14 +00:00
parent 829e4c70f8
commit a031cadf4e
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ code.
This is the philosophy behind `template inheritance`_.
.. _template inheritance: ./templates/#template-inheritance
.. _template inheritance: ../templates/#template-inheritance
Be decoupled from HTML
----------------------