remove colons from forms
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
<fieldset>
|
||||
<legend>Proxmox VE Login</legend>
|
||||
<div class="labels-inputs">
|
||||
<label for="username">Username:</label>
|
||||
<label for="username">Username</label>
|
||||
<input type="text" id="username" name="username">
|
||||
<label for="username">Password:</label>
|
||||
<label for="username">Password</label>
|
||||
<input type="password" id="password" name="password">
|
||||
</div>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user