From 9adfb64d8e088814cbb154ba31af1c1a36013d9a Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 20 May 2015 14:20:32 -0400 Subject: [PATCH] fixed unclosed div on password error fixes --- awx/ui/static/js/shared/form-generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/shared/form-generator.js b/awx/ui/static/js/shared/form-generator.js index d7e97a7f63..5a6ff4ed94 100644 --- a/awx/ui/static/js/shared/form-generator.js +++ b/awx/ui/static/js/shared/form-generator.js @@ -1003,7 +1003,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat } if ($AnsibleConfig.password_hasSymbol) { html += "
Your password must contain one of the following characters: `~!@#$%^&*()_-+=|}\]{\[;:\"\'?\/>.<,\n"; + ".$error.hasSymbol\">Your password must contain one of the following characters: `~!@#$%^&*()_-+=|}\]{\[;:\"\'?\/>.<,
\n"; } }