You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm getting an error in NEMS when I try to clear stale problems:
TemplateDoesNotExist: delete_object.html
This happens whether it one or multiple issues I'm trying to clear. Trace follows:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/adagios/views.py", line 43, in wrapper
result = view_func(request, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/adagios/objectbrowser/views.py", line 692, in delete_object
return render_to_response('delete_object.html', c, context_instance=RequestContext(request))
File "/usr/local/lib/python2.7/dist-packages/django/shortcuts/init.py", line 29, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
File "/usr/local/lib/python2.7/dist-packages/django/template/loader.py", line 162, in render_to_string
t = get_template(template_name)
File "/usr/local/lib/python2.7/dist-packages/django/template/loader.py", line 138, in get_template
template, origin = find_template(template_name)
File "/usr/local/lib/python2.7/dist-packages/django/template/loader.py", line 131, in find_template
raise TemplateDoesNotExist(name)
TemplateDoesNotExist: delete_object.html
Cheers,
J
The text was updated successfully, but these errors were encountered:
Hi, I'm getting an error in NEMS when I try to clear stale problems:
TemplateDoesNotExist: delete_object.html
This happens whether it one or multiple issues I'm trying to clear. Trace follows:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/adagios/views.py", line 43, in wrapper
result = view_func(request, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/adagios/objectbrowser/views.py", line 692, in delete_object
return render_to_response('delete_object.html', c, context_instance=RequestContext(request))
File "/usr/local/lib/python2.7/dist-packages/django/shortcuts/init.py", line 29, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
File "/usr/local/lib/python2.7/dist-packages/django/template/loader.py", line 162, in render_to_string
t = get_template(template_name)
File "/usr/local/lib/python2.7/dist-packages/django/template/loader.py", line 138, in get_template
template, origin = find_template(template_name)
File "/usr/local/lib/python2.7/dist-packages/django/template/loader.py", line 131, in find_template
raise TemplateDoesNotExist(name)
TemplateDoesNotExist: delete_object.html
Cheers,
J
The text was updated successfully, but these errors were encountered: