summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-03-01 18:07:55 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-03-01 18:40:01 +0100
commitcd612c54926ea3b0d2400a3ca9e4e9e8babcfaff (patch)
treecf87537c48f785e10211ba74c2677c7ef4a0fb2e /index.html
parent56762ca8cc862a4873b3c3edf491b07daffd5626 (diff)
change_password: do not use alerts in normal operation
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 96e7504..0123903 100644
--- a/index.html
+++ b/index.html
@@ -252,6 +252,8 @@
<button type="button" class="btn btn-default" id="change-password-cancel" data-tkey="cancel">Cancel</button>
<button type="submit" class="btn btn-primary" data-tkey="change_password_button">Change password</button>
</div>
+ <span class="error failed" data-tkey="password_change_failed" style="display: none;">Password change failed.</span>
+ <div class="success" data-tkey="password_changed" style="display: none;">Password changed.</div>
</form>
</div>
</div>