Pārlūkot izejas kodu

Add username change of the box

eddy 3 gadi atpakaļ
vecāks
revīzija
0bb5a32f0e
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. 4 2
      app/templates/home.html

+ 4 - 2
app/templates/home.html

@@ -15,9 +15,11 @@
 </div>
 <hr style="border: 5px dashed black;"/>
 
-<!------  Change Password ---------->
-<p>Change Password</p> 
+<!------  Change Username and Password ---------->
+<p>Change Username and Password</p> 
 <form method="POST">
+    <label for="username">Username</label><br>
+    <input type="text" id="username" name="username"><br>
     <label for="password">Password</label><br>
     <input type="text" id="password" name="password"><br>
     <label for="password_confirm">Password(Confirm)</label><br>