adagios icon indicating copy to clipboard operation
adagios copied to clipboard

Can't purge stale problems

Open CryptoPirateJ opened this issue 4 years ago • 0 comments

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

CryptoPirateJ avatar Oct 15 '20 23:10 CryptoPirateJ