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,11 +8,11 @@ Login
|
||||
<h1>Login</h1>
|
||||
<form method="post">
|
||||
<label for="email_or_name">Username or email</label>
|
||||
<input name="email_or_name">
|
||||
<input type="text" id="email_or_name" name="email_or_name" />
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password">
|
||||
<input type="password" id="password" name="password" />
|
||||
|
||||
<input type="submit" value="Login"/>
|
||||
<input type="submit" value="Login" />
|
||||
</form>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user