Add tests for changed flag on job events.

This commit is contained in:
Chris Church
2013-07-02 14:41:05 -04:00
parent 4762166caf
commit fccf663d42
3 changed files with 12 additions and 6 deletions

View File

@@ -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: