﻿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
18476	Hard coded template link causes conflict with tutorial statement	anonymous	Tim Graham <timograham@…>	"At the end of part 3 of the tutorial (https://docs.djangoproject.com/en/1.4/intro/tutorial03/) the following statement is made.

""The idea behind include() and URLconf decoupling is to make it easy to plug-and-play URLs. Now that polls are in their own URLconf, they can be placed under ""/polls/"", or under ""/fun_polls/"", or under ""/content/polls/"", or any other path root, and the app will still work.""

Due to a hard link to '/polls/' in the index.html template code for polls (further up on the same page), simply changing the URLconf setting to '/fun_polls/' or similar won't be enough to get things working (all the way).

Not a big issue, but would be great to have that fixed to avoid confusion.

Thanks."	Cleanup/optimization	closed	Documentation	1.4	Normal	fixed	tutorial		Accepted	1	0	0	0	1	0
