From a7651e2a9f5f54b3dd54c41921982031d280324e Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 20 Dec 2011 16:37:33 -0700 Subject: [PATCH] attempt #2 at resolving duplicate ids, rename the new one that's used in fewer places. fixes frontend unit tests --- resources/views/signup.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/signup.ejs b/resources/views/signup.ejs index 26997d3c1..738b16335 100644 --- a/resources/views/signup.ejs +++ b/resources/views/signup.ejs @@ -29,7 +29,7 @@ <li class="notification" id="congrats"> <p class="serif"> - <strong id="email">Your address</strong> has been verified! + <strong id="verifiedEmail">Your address</strong> has been verified! <p class="siteinfo"> Your new address is set up! -- GitLab