瀏覽代碼

更新 'templates/login.html'

miacheng913 3 年之前
父節點
當前提交
4d45343dcb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 %}