unhide signup
This commit is contained in:
parent
c73d03b7c6
commit
182830eb9f
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
$newline always
|
$newline always
|
||||||
<div .medium>
|
<div .medium>
|
||||||
<h3>Signup
|
<h3>Signup
|
||||||
<div .noscript .redbox>You need to have Javascript enabled
|
<form role="form" method="POST" action=@{SignupR}>
|
||||||
<form .js-hidden role="form" method="POST" action=@{SignupR}>
|
|
||||||
<div .form-group .required>
|
<div .form-group .required>
|
||||||
<label for="username">Username:
|
<label for="username">Username:
|
||||||
<input .form-control #username name="username" type="text" required>
|
<input .form-control #username name="username" type="text" required>
|
||||||
|
|
Loading…
Reference in a new issue