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,8 +8,8 @@ Comment "{{ post.title }}"
|
||||
<h1>Comment "{{ post.title }}"</h1>
|
||||
<form method="post">
|
||||
<label for="content">Content</label>
|
||||
<textarea name="content"></textarea>
|
||||
<input type="submit" value="Submit comment"/>
|
||||
<textarea id="content" name="content"></textarea>
|
||||
<input type="submit" value="Comment" />
|
||||
</form>
|
||||
{% endblock content %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user