Fix Comment Upvote Buttons
This commit is contained in:
@ -7,9 +7,7 @@
|
||||
{% block content %}
|
||||
<div class="post highlighted">
|
||||
<div class="post_left">
|
||||
<button class="post_upvote">↑</button>
|
||||
<h3 class="post_score">{{ post.score }}</h3>
|
||||
<button class="post_upvote">↓</button>
|
||||
</div>
|
||||
<div class="post_right">
|
||||
<p>
|
||||
@ -39,7 +37,7 @@
|
||||
{% for comment in comments %}
|
||||
<div class="comment">
|
||||
<div class="comment_left">
|
||||
<button class="comment_upvote">↑</button>
|
||||
<div class="comment_upvote">↑</div>
|
||||
<h3 class="comment_score">{{ comment.score }}</h3>
|
||||
</div>
|
||||
<div class="comment_right">
|
||||
|
Reference in New Issue
Block a user