mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Add tests for changed flag on job events.
This commit is contained in:
@@ -35,7 +35,7 @@ from awx.main.serializers import *
|
||||
|
||||
def handle_error(request, status=404):
|
||||
context = {}
|
||||
print request.path, status
|
||||
#print request.path, status
|
||||
if request.path.startswith('/admin/'):
|
||||
template_name = 'admin/%d.html' % status
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user