소스 검색

Add username change of the box

eddy 3 년 전
부모
커밋
0bb5a32f0e
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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>