mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 22:14:25 +01:00
Clean up login.html
This commit is contained in:
@@ -24,16 +24,16 @@
|
||||
|
||||
<form method="post" accept-charset="utf-8" autocomplete="off" role="form" class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<label for="name-input">
|
||||
<label>
|
||||
User Name or Email
|
||||
</label>
|
||||
<input class="form-control" type="text" name="name" id="name-input" />
|
||||
<input class="form-control" type="text" name="name" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password-input">
|
||||
<label>
|
||||
Password
|
||||
</label>
|
||||
<input class="form-control" type="password" name="password" id="password-input" />
|
||||
<input class="form-control" type="password" name="password" />
|
||||
</div>
|
||||
<div class="row pt-3">
|
||||
<div class="col-md-6">
|
||||
@@ -42,7 +42,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<button type="submit" tabindex="0" class="btn btn-md btn-primary btn-outlined float-right">
|
||||
<button type="submit" class="btn btn-md btn-primary btn-outlined float-right">
|
||||
Submit
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user