﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1365	The current template.txt docs don't say *how* to get to the built in template reference pages	joseph.heck@…	Jacob	"The current template.txt docs don't say *how* to get to the built in template reference pages. I caught the answer in the comments, and made this patch to the current file to resolve it:

{{{
Index: templates.txt
===================================================================
--- templates.txt       (revision 2312)
+++ templates.txt       (working copy)
@@ -243,7 +243,9 @@
 Because Django can be used to develop any sort of site, the tags, filters and
 variables available are different depending on the application. To make it
 easy to figure out what's available in a given site, the admin interface has a
-complete reference of all the template goodies available to that site.
+complete reference of all the template goodies available to that site. To 
+get to that reference, append ""doc"" onto the admin URL. An example for the
+tutorial would be http://127.0.0.1/admin/doc.
 
 The reference is integrated into the administration interface for your site(s)
 and is divided into 4 sections: tags, filters, models, and views.
[Henri:~/Documents/code/python/django/docs] heckj$ 
}}}"	defect	closed	Documentation		normal	fixed			Unreviewed	0	0	0	0	0	0
