summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-01-29 16:12:36 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-01-29 16:12:36 +0000
commit5b47d3b42aa8a5851839f26c003cc1bfdf6539be (patch)
tree22245ee68ebd3f9fa4864a1b7331593e80d82b71 /docs
parente6cd7fcacc37ad276dac75a24de8882c42bc8639 (diff)
newforms-admin: Merged to [4449]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/design_philosophies.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt
index b2733640e9..72aa8ade95 100644
--- a/docs/design_philosophies.txt
+++ b/docs/design_philosophies.txt
@@ -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
----------------------