Commit 077d04b7 authored by Luke Plant's avatar Luke Plant
Browse files

[1.2.X] Fixed a garbage character that was somehow introduced into some backported docs.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14641 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 8a0de698
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ Template reference
While ``admindocs`` does not include a place to document templates by
themselves, if you use the ``:template:`path/to/template.html``` syntax in a
docstring the resulting page will verify the path of that template with
Djangos :ref:`template loaders <template-loaders>`. This can be a handy way to
Django’s :ref:`template loaders <template-loaders>`. This can be a handy way to
check if the specified template exists and to show where on the filesystem that
template is stored.