diff --git a/awx/ui_next/src/screens/Template/shared/JobTemplateForm.jsx b/awx/ui_next/src/screens/Template/shared/JobTemplateForm.jsx
index b9e9fa8711..2254e95b83 100644
--- a/awx/ui_next/src/screens/Template/shared/JobTemplateForm.jsx
+++ b/awx/ui_next/src/screens/Template/shared/JobTemplateForm.jsx
@@ -11,6 +11,7 @@ import {
Card,
Switch,
Checkbox,
+ TextInput,
} from '@patternfly/react-core';
import { QuestionCircleIcon as PFQuestionCircleIcon } from '@patternfly/react-icons';
import ContentError from '@components/ContentError';
@@ -673,13 +674,30 @@ class JobTemplateForm extends Component {
)}
/>
-
- HERE
-
+
+
+
+
+
+
+