Browse Source

fix password dialog message

mistress
Daniel Muckerman 4 years ago
parent
commit
102c4aef2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/profile.j2

+ 1
- 1
templates/profile.j2 View File

@ -103,7 +103,7 @@
<div id="password-alert" class="alert alert-danger" role="alert" style="display: none;"> <div id="password-alert" class="alert alert-danger" role="alert" style="display: none;">
This is a danger alert—check it out! This is a danger alert—check it out!
</div> </div>
<p>If you change your username, you will be logged out here and likely need to re-login in everywhere with your new username.</p>
<p>If you change your password, you will be logged out here and likely need to re-login in everywhere with your new password.</p>
<form style="padding: .75rem 1.25rem;"> <form style="padding: .75rem 1.25rem;">
<div class="row"> <div class="row">
<label for="formGroupExampleInput5">Current Password</label> <label for="formGroupExampleInput5">Current Password</label>

Loading…
Cancel
Save