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
+2 -2
View File
@@ -8,8 +8,8 @@ Configuration
<h1>Configure your instance</h1>
<form method="post">
<label for="name">Name</label>
<input name="name">
<input type="text" id="name" name="name" />
<input type="submit" value="Let's go!"/>
<input type="submit" value="Let's go!" />
</form>
{% endblock content %}