diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js index cfa6a528a2..1e8f49cebe 100644 --- a/awx/ui/static/js/app.js +++ b/awx/ui/static/js/app.js @@ -118,6 +118,7 @@ angular.module('Tower', [ 'AboutAnsibleHelpModal', 'SurveyMakerFormDefinition', 'SurveyQuestionFormDefinition', + 'SurveyTakerFormDefinition' ]) diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 37caf6ac6c..68075a778c 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -103,6 +103,7 @@ +