﻿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
18262	{% url %} in sample template not working because of quotes	schnippi	nobody	"The sample template at [https://docs.djangoproject.com/en/1.4/topics/auth/#the-login-required-decorator] does not work because of the quotes around the view.

Changing it to 
{{{
{% url django.contrib.auth.views.login %}
}}}
will work."	Uncategorized	closed	Documentation	1.4	Normal	fixed	url, template, quotes		Accepted	0	0	0	0	0	0
