﻿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
12183	urlize doesn't always add rel=nofollow	eronen	nobody	"If the text passed to ""urlize"" template filter or django.utils.html.urlize contains multiple URLs,
and one of them is a mailto: URL, then the URLs after the mailto URL will not have rel=nofollow even
when you called urlize with nofollow=True.

Fix: Move the line ""nofollow_attr = nofollow and ' rel=""nofollow""' or ''"" inside the
for loop (one line downwards)"	Bug	closed	Template system	1.1	Normal	fixed			Accepted	0	0	0	0	0	0
