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:
Madeorsk
2018-05-19 16:26:56 +02:00
committed by Matthieu HOCHLANDER
parent 045e885821
commit 12d85c6ec5
61 changed files with 9360 additions and 160 deletions
+3 -3
View File
@@ -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 %}