undid some small changes that was checked in by accident

This commit is contained in:
tidusjar 2016-05-23 13:30:44 +01:00
commit 2b20af5df0
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
}
}
<form method="POST">
Username <input class="form-control form-control-custom" type="text" name="username" />
Username <input class="form-control form-control-custom" type="text" name="Username" />
<br />
Password <input class="form-control form-control-custom" name="Password" type="password" />
<div class="checkbox">

View file

@ -1,5 +1,5 @@
<form method="POST">
Username <input class="form-control form-control-custom" type="text" name="username" />
Username <input class="form-control form-control-custom" type="text" name="Username" />
<br />
Password <input class="form-control form-control-custom" name="Password" type="password" />
<br />

View file

@ -13,7 +13,7 @@
<label>Plex.tv Username </label>
</div>
<div>
<input class="form-control form-control-custom" style="width: 50%" type="text" name="Username" placeholder="username" />
<input class="form-control form-control-custom" style="width: 50%" type="text" name="Username" placeholder="Username" />
</div>
</div>
<br />