From 0f03d9b6cb92ca2720d9ea472931e922f1d1ba37 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 14 Sep 2007 10:11:02 +0000 Subject: [PATCH] Fixed #5340 -- Fixed a broken link. Thanks, Justin Lilly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6184 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.txt b/docs/templates.txt index ff67579b87..0c8cc79311 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1431,4 +1431,4 @@ Read the document `The Django template language: For Python programmers`_ if you're interested in learning the template system from a technical perspective -- how it works and how to extend it. -.. _The Django template language: For Python programmers: ../templates_python/ +.. _The Django template language\: For Python programmers: ../templates_python/