Closed
Bug 1261402
Opened 9 years ago
Closed 5 years ago
[traceback] Settings admin page missing template
Categories
(support.mozilla.org :: Code Quality, task)
support.mozilla.org
Code Quality
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mythmon, Unassigned)
Details
(Whiteboard: [ee-needtofix])
I suspect the template this is looking for either got moved to jinja2/, but is actually a Django template, or didn't get moved and should have been.
https://sentry.prod.mozaws.net/operations/sumo/group/250518/
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "newrelic/hooks/framework_django.py", line 499, in wrapper
return wrapped(*args, **kwargs)
File "django/utils/decorators.py", line 110, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "django/views/decorators/cache.py", line 57, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File "django/contrib/admin/sites.py", line 233, in inner
return view(request, *args, **kwargs)
File "kitsune/kadmin/admin.py", line 28, in settings
RequestContext(request, {}))
File "django/shortcuts.py", line 45, in render_to_response
using=using)
File "django/template/loader.py", line 137, in render_to_string
raise TemplateDoesNotExist(template_name)
Updated•8 years ago
|
Whiteboard: [ee-needtofix]
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•