Rohit001 commited on
Commit
47cdc5b
1 Parent(s): 034f229

Update templates/login.html

Browse files
Files changed (1) hide show
  1. templates/login.html +1 -1
templates/login.html CHANGED
@@ -86,7 +86,7 @@
86
  <label id="res">{{name}}</label>
87
  <input type="text" class="form-control" id="inputText" placeholder="password">
88
  </div>
89
- <button type="submit" class="btn rounded center btn-primary" onclick="home()">Submit</button>
90
  </form>
91
  </div>
92
  </div>
 
86
  <label id="res">{{name}}</label>
87
  <input type="text" class="form-control" id="inputText" placeholder="password">
88
  </div>
89
+ <button type="submit" class="btn rounded center btn-primary" onclick="login()">Submit</button>
90
  </form>
91
  </div>
92
  </div>