clean register controller
This commit is contained in:
1 parent
db759af875
commit
e459e61fba
2 files changed
+8
-17
No files matched your search
+2
-2
@@ -67,11 +67,11 @@
|
||||
</li>
|
||||
<li>
|
||||
<span><label for="uname">& what shall we call you?</label></span>
|
||||
<input id="uname" name="username" type="text" placeholder="Enter a username" autofocus/>
|
||||
<input id="uname" name="username" type="text" placeholder="GhostBuster1" autofocus/>
|
||||
</li>
|
||||
<li>
|
||||
<span><label for="email">Enter you email</label></span>
|
||||
<input id="email" name="email" type="text" placeholder="Email" autofocus/>
|
||||
<input id="email" name="email" type="text" placeholder="petervenkman@ghostbusters.com" autofocus/>
|
||||
</li>
|
||||
<li>
|
||||
<span><label for="password">Choose a password</label></span>
|
||||
|
||||
Reference in new issue
Block a user