09-05-2018, 03:19 PM
Please help when i edit a host in adagios it will display this error
TemplateDoesNotExist: edit_service.html
If you think this is a bug. Send the following information to the developers:
TemplateDoesNotExist: edit_service.html
If you think this is a bug. Send the following information to the developers:
Code:
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 219, in edit_object
return _edit_service(request, c)
File "/usr/local/lib/python2.7/dist-packages/pynag/Utils/decorators.py", line 35, in wrap
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/adagios/objectbrowser/views.py", line 325, in _edit_service
return render_to_response('edit_service.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: edit_service.html