﻿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
26886	"TECHNICAL_404_TEMPLATE logs an ""Exception while resolving variable"" warning for URLResolver in urlpatterns"	None	Jacob Walls	"There is template:
{{{
    <div style=""{{ style }}""></div>
}}}
and code:
{{{
    render(request, 'template.html', context={'style': ""background-image: url('image.png');""})
}}}

After run it I get some strange console output:

{{{
    Exception while resolving variable 'name' in template 'unknown'.
    Traceback (most recent call last):
    File "".../.virtualenvs/project/local/lib/python2.7/site-packages/django/template/base.py"", line 905, in _resolve_lookup
    (bit, current))  # missing attribute
    VariableDoesNotExist: Failed lookup for key [name] in u'<RegexURLResolver <RegexURLPattern list> (admin:admin) ^admin/>'
    Exception while resolving variable 'name' in template 'unknown'.
    Traceback (most recent call last):
    File "".../.virtualenvs/project/local/lib/python2.7/site-packages/django/template/base.py"", line 905, in _resolve_lookup
    (bit, current))  # missing attribute
    VariableDoesNotExist: Failed lookup for key [name] in u""<RegexURLResolver <module 'django.contrib.admindocs.urls' from '.../.virtualenvs/project/local/lib/python2.7/site-packages/django/contrib/admindocs/urls.pyc'> (None:None) ^admin/doc/>""
    ....
    etc.
}}}"	Cleanup/optimization	closed	Error reporting	1.9	Normal	duplicate		tabbott@…	Unreviewed	1	0	0	0	0	0
