Commit 34b8075f by Nilu

S12535397 # Client - Incoming Issues (raised by Client) #COnfusing messaging

parent 25b91b81
......@@ -191,7 +191,7 @@
.toMap() %>"/>
</div>
</oneit:recalcClass>
<oneit:recalcClass htmlTag="div" classScript="job.hasHiringTeamAccount() ? 'show': 'hide'" job="<%= job %>">
<oneit:recalcClass htmlTag="div" classScript="job.isEmailFound() ? 'hide' : job.hasHiringTeamAccount() ? 'show': 'hide'" job="<%= job %>">
<div class="form-group">
<p style="color:#F9623D">This email address is already in use by a Hiring Team account.</p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment