1
0
mirror of https://github.com/django/django.git synced 2025-03-26 01:00:46 +00:00

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

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
----------------------