diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-30 17:58:32 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-30 17:58:32 +0200 |
commit | db069df32e29029e26602ac40e7cdfeb10a55b24 (patch) | |
tree | 759a4df00259f617ee67db538a107d8c7299dc84 /index.html | |
parent | 3fb0ac54a814dcc134f9f6299e37d5d71e452a05 (diff) |
Improve error messages for AAI upgrade form
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -281,6 +281,7 @@ <label class="sr-only" for="password" data-tkey="password">Password</label> <input type="password" class="form-control" name="password" id="upgrade-to-aai-password" data-tkey-placeholder="password" placeholder="Password" /> + <span class="error wrong-password" data-tkey="wrong_password" style="display: none;">Wrong password.</span> </div> <div data-tkey="upgrade_to_aai_body_text_2"> <p>Select <span class="badge">No</span> to do a separate account.</p> |