New design
+ New design! + Added link for author name in comments. + Added author full name in comments. * Fixed label / input relation linking.
This commit is contained in:
committed by
Matthieu HOCHLANDER
parent
045e885821
commit
12d85c6ec5
@@ -8,17 +8,17 @@ New Account
|
||||
<h1>Create an account</h1>
|
||||
<form method="post">
|
||||
<label for="username">Username</label>
|
||||
<input name="username">
|
||||
<input type="text" id="username" name="username" />
|
||||
|
||||
<label for="email">Email</label>
|
||||
<input name="email">
|
||||
<input type="email" id="email" name="email" />
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password">
|
||||
<input type="password" id="password" name="password" />
|
||||
|
||||
<label for="password_confirmation">Password confirmation</label>
|
||||
<input type="password" name="password_confirmation">
|
||||
<input type="password" id="password_confirmation" name="password_confirmation" />
|
||||
|
||||
<input type="submit" value="Create account"/>
|
||||
<input type="submit" value="Create account" />
|
||||
</form>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user