In my template I have a reference to an app that doesn't exists yet.
So, Django shows "NoReverseMatch" error — this is what I'm expecting to
see.
I'm also expecting to see my template name and line number, however,
Django shows line 26 of "base.html" file instead of line 25 of
"index.html" file — the latter is where the invalid reference is.
This is happening with all templates that inherited "base.html".
--
Ticket URL: <https://code.djangoproject.com/ticket/32631>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: (none) => nobody
* resolution: => duplicate
* status: new => closed
* component: Error reporting => Template system
Comment:
Thank you for the report. This looks like a duplicate of #28935.
--
Ticket URL: <https://code.djangoproject.com/ticket/32631#comment:1>