Fixed placeholders
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
<h5>All fields allow up to 25 alphanumeric characters</h5>
|
||||
<form action="" method="post">
|
||||
Username: <input type="text" name="signup_username" placeholder="Username"><br />
|
||||
First Name: <input type="text" name="signup_fname" placeholder="Username"><br />
|
||||
Last Name: <input type="text" name="signup_lname" placeholder="Username"><br />
|
||||
First Name: <input type="text" name="signup_fname" placeholder="First Name"><br />
|
||||
Last Name: <input type="text" name="signup_lname" placeholder="Last Name"><br />
|
||||
Password: <input type="password" name="signup_password" placeholder="Password"><br />
|
||||
<br />
|
||||
<input type="submit" class="button">
|
||||
|
||||
Reference in New Issue
Block a user