﻿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
32707	Wrong reference to template	Omid Shojaee	nobody	"Hello,

In my template, I have a reference to an app that doesn't exist yet, so Django shows me ""NoReverseMatch"" error, which is **correct**.

But,

My template extends ```base.html``` template, and in the details of the error Django shows a random line of ```base.html``` not the actual line in the ```index.html``` (where the actual reference to non-existent app is). This makes debugging of the error very hard."	Bug	closed	Template system	3.2	Normal	duplicate	NoReverseMatch		Unreviewed	0	0	0	0	0	0
