Browse Source

更新 'templates/login.html'

miacheng913 3 năm trước cách đây
mục cha
commit
4d45343dcb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      templates/login.html

+ 1 - 1
templates/login.html

@@ -16,6 +16,6 @@
       <label for="exampleInputPassword1" class="form-label">Password</label>
       <input type="password" class="form-control" id="password" name="password"  placeholder="請輸入密碼">
     </div>
-    <button type="submit" class="btn btn-primary" id="btn_login">Login</button>
+    <button type="button" class="btn btn-primary" id="btn_login">Login</button>
 </form>
 {% endblock %}